Get a list of available voices.
curl --request GET \ --url https://supertoneapi.com/v1/voices \ --header 'x-sup-api-key: <x-sup-api-key>'
{ "voices": [ { "voice_id": "<string>", "name": "<string>", "description": "<string>", "age": "<string>", "gender": "<string>", "use_case": "<string>", "language": "<string>", "style": "<string>" } ], "total": 123, "page": 123, "page_size": 123, "total_pages": 123 }
API key for the service
Show child attributes
Unique identifier for the voice
Name of the voice
Description of the voice
Age of the voice
Gender of the voice
Use case of the voice
Language of the voice
style of the voice