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>",
"gender": "male",
"country": "<string>",
"description": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"createdByOrganizationId": "<string>"
}Returns a voice by ID
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>",
"gender": "male",
"country": "<string>",
"description": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"createdByOrganizationId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Voice ID
Successfully retrieved voice
male, female, neutral ISO 3166-1 alpha-2 country code
Was this page helpful?