Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.revring.ai/v1/voices/{id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "displayName": "<string>", "language": "<string>", "source": "<string>", "status": "<string>", "gender": "<string>", "category": "<string>" } }
Retrieve a specific voice by ID
API key for authentication. Generate API keys from the RevRing dashboard.
Voice ID
Voice details
A voice available to your organization. Use its id as an agent's voiceId.
id
voiceId
Show child attributes