cURL
curl --request GET \ --url https://api.contextlm.ai/v1/all_voices \ --header 'X-API-Key: <api-key>'
[ { "voices": [ "<string>" ] } ]
Returns all voices available for synthesis
Whether to return only podcast voices or all voices. Leave blank to get both.
Successful response
An array of all available voices.