Skip to content

Клонирование персонального голоса

POST
/api/voices

Create a private voice and enqueue the asynchronous clone pipeline.

The returned resource is available immediately with status=PENDING.
Poll GET /api/voices/{voice_id} until the status becomes terminal.

Authorizations

HTTPBearer

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

Type
HTTP (bearer)
Example"Bearer sk_live_YOUR_API_KEY"

Request Body

multipart/form-data
object

Исходная запись голоса.

Format"binary"

Название голоса.

Max Length255
Min Length1
string |null

Язык голоса: ru или en.

string |null

Пол голоса: male или female.

string |null

Стилевой тег из GET /api/voices/styles.

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
Body

Samples