curl --request GET \
--url https://prod.featherhq.com/api/v1/available-voices \
--header 'Authorization: Bearer <token>'{
"voices": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"voiceId": "<string>",
"voiceSampleUrl": "<string>",
"photoUrl": "<string>",
"provider": "DEEPGRAM",
"model": "<string>",
"gender": "MALE",
"languages": "<string>",
"accent": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"languageId": "<string>"
}
]
}Get all available voices
curl --request GET \
--url https://prod.featherhq.com/api/v1/available-voices \
--header 'Authorization: Bearer <token>'{
"voices": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"voiceId": "<string>",
"voiceSampleUrl": "<string>",
"photoUrl": "<string>",
"provider": "DEEPGRAM",
"model": "<string>",
"gender": "MALE",
"languages": "<string>",
"accent": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"languageId": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
DEEPGRAM, CARTESIA, AMAZON, ELEVEN_LABS, PLAY_HT, RIME, OPENAI, INWORLD, SESAME Available voices retrieved successfully
Show child attributes
DEEPGRAM, CARTESIA, AMAZON, ELEVEN_LABS, PLAY_HT, RIME, OPENAI, INWORLD, SESAME MALE, FEMALE