Skip to content

Получить персональный голос

GET
/api/voices/{voice_id}

Return an owned private voice together with its processing status.

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"

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

Samples