Skip to content

Список персональных голосов

GET
/api/voices

Получить все персональные голоса авторизованного пользователя.

Authorizations

HTTPBearer

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

Type
HTTP (bearer)
Example"Bearer sk_live_YOUR_API_KEY"

Responses

Successful Response

application/json
JSON
[
{
"name": "string",
"description": "string",
"transcription": "string",
"lang": "string",
"gender": "string",
"style": "string",
"id": "string",
"user_id": "string",
"file_id": "string",
"is_ephemeral": false,
"created_at": "string",
"updated_at": "string",
"clone_status": "string",
"clone_error": "string"
}
]

Playground

Authorization

Samples