cURL
curl --request GET \ --url https://prod.featherhq.com/api/v1/tts-configs \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "provider": "DEEPGRAM", "language": [ "<string>" ], "model": "<string>", "additionalConfig": {} } ]
Get all available TTS configurations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of available TTS configurations
DEEPGRAM
CARTESIA
AMAZON
ELEVEN_LABS
PLAY_HT
RIME
OPENAI
INWORLD
SESAME
Show child attributes