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>" }
Returns a voice by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Voice ID
Successfully retrieved voice
The response is of type object.
object
Was this page helpful?