Appearance
Create custom tone
POST
/api/v1/organization/tones
Create a new custom tone for the organization. Requires admin privileges. Fails if a tone with the same ID already exists.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON
{
"id": "string",
"name": "string",
"description": "string",
"system_prompt": "string"
}
Responses
Successful Response
application/json
JSON
{
"id": "string",
"name": "string",
"description": "string",
"system_prompt": "string"
}