v1
latestOpenAPI 3.1.02026-08-0456127224.3 KBVoices
Get a voice
Returns a single voice from the workspace registry by ID.
get/api/v2/voices/{voice_id}
Path parameters
voice_idstring required
Headers
X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable
Response
Successful Response
Example response
{
"data": {
"id": "wrv-abc123",
"provider": "elevenlabs",
"provider_voice_id": "EXAVITQu4vr4xnSDxMaL",
"name": "Sarah",
"language": "en",
"country_code": "US",
"gender": "female",
"created_at": 1739612400,
"updated_at": 1739617200
}
}