Voices FAQ

How do I get access to my private voices?

curl --request GET \
     --url 'https://v2.api.audio/speech/voice?type=private' \
     --header 'accept: application/json' \
     --header 'x-api-key: APIKEY'

How do I list all of our voices by multiple parameters?

Here's an example where we list all the voices that are tags=deep and the gender male. You can imagine doing this for multiple parameters.

curl --request GET \
     --url 'https://v2.api.audio/speech/voice?tags=deep&gender=male' \
     --header 'accept: application/json' \
     --header 'x-api-key: APIKEY'

What’s Next

Have a question that hasn't been solved?