Appearance
Получить аудио персонального голоса
GET
/api/voices/{voice_id}/audio-url
Return a short-lived URL for a ready owned voice reference.
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
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON
{
"download_url": "string"
}