GET
/
v1
/
voices
/
{id}
cURL
curl --request GET \
  --url https://api.anam.ai/v1/voices/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "displayName": "<string>",
  "provider": "<string>",
  "providerVoiceId": "<string>",
  "providerModelId": "<string>",
  "sampleUrl": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "createdByOrganizationId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Voice ID

Response

200
application/json

Successfully retrieved voice

The response is of type object.