Skip to content

Изменить персональный голос

PATCH
/api/voices/{voice_id}

Update mutable metadata of an owned private voice.

Authorizations

HTTPBearer

API-ключ в формате: Bearer sk_live_YOUR_API_KEY

Type
HTTP (bearer)
Example"Bearer sk_live_YOUR_API_KEY"

Parameters

Path Parameters

voice_id*
Type
string
Required
Format
"uuid"

Request Body

application/json
JSON
{
"name": "string",
"transcription": "string",
"lang": "string",
"gender": "string",
"style": "string"
}

Responses

Successful Response

application/json
JSON
{
"id": "string",
"name": "string",
"transcription": "string",
"lang": "string",
"gender": "string",
"style": "string",
"status": "string",
"created_at": "string",
"updated_at": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples