Skip to main content
PATCH
/
voices
/
{id}
Rename Voice
curl --request PATCH \
  --url https://api.revring.ai/v1/voices/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "displayName": "<string>"
}
'
{
  "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

Body

application/json
displayName
string
required

New name for the voice

Response

The updated voice

data
object

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