Skip to main content
GET
/
voices
/
{id}
Get Voice
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>"
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Generate API keys from the RevRing dashboard.

Path Parameters

id
string
required

Voice ID

Response

Voice details

data
object

A voice available to your organization. Use its id as an agent's voiceId.