Get Voice
Fetch a single voice by id - a shared catalogue voice or one of the caller’s own personal (cloned) voices. A personal voice that belongs to another workspace returns 404, identical to an unknown id, so voice inventory is never enumerable across tenants.
Authentication
AuthorizationBearer
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Path parameters
voice_id
The ID of the voice to fetch
Headers
Speechify-Version
Response
The voice.
display_name
gender
locale
id
models
type
avatar_image
preview_audio
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error
503
Service Unavailable Error