APIエンドポイント
Get Voices
APIエンドポイント
Get 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>"
}
],
"total": 123,
"page": 123,
"page_size": 123,
"total_pages": 123
}
Headers
API key for the service
Response
200
application/json
voice response
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
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
}