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
}