Voices
Get Voices
Get a list of available voices.
GET
/
v1
/
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>",
"sample_audio_url": "<string>",
"thumbnail_image_url": "<string>"
}
],
"total": 123,
"page": 123,
"page_size": 123,
"total_pages": 123
}
Headers
API key for the service
Response
200
application/json
voice response
The response is of type object
.
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>",
"sample_audio_url": "<string>",
"thumbnail_image_url": "<string>"
}
],
"total": 123,
"page": 123,
"page_size": 123,
"total_pages": 123
}