cURL
curl --request GET \ --url https://api.openmic.ai/h/v2/voices/{voice_id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "provider": "OpenAI", "gender": "MALE", "language": "<string>", "accent": "<string>", "preview_url": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Returns details for a single voice by its numeric ID.
API key obtained from the OpenMic dashboard.
Voice details.
OpenAI
ElevenLabs
Deepgram
Cartesia
Rime
Sarvam
MALE
FEMALE
NEUTRAL
Was this page helpful?