Skip to main content
GET
Get Voice

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Path Parameters

voice_id
string
required

Response

Successful Response

voice_id
string
required

The voice ID

status
enum<string>
required

Voice processing status

Available options:
PENDING,
PROCESSING,
AVAILABLE,
FAILED
name
string

User-provided voice name

voice_visibility
enum<string>

PUBLIC or PRIVATE

Available options:
PUBLIC,
PRIVATE