cURL
curl --request GET \ --url https://dev.voice.ai/api/v1/tts/voices \ --header 'Authorization: Bearer <token>'
[ { "voice_id": "<string>", "status": "PENDING", "name": "<string>", "voice_visibility": "PUBLIC" } ]
List voices owned by the authenticated user (excludes deleted voices).
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response
The voice ID
Voice processing status
PENDING
PROCESSING
AVAILABLE
FAILED
User-provided voice name
PUBLIC or PRIVATE
PUBLIC
PRIVATE