curl --request GET \
--url https://supertoneapi.com/v1/custom-voices \
--header 'x-sup-api-key: <api-key>'{
"items": [
{
"voice_id": "voice_123456789",
"name": "My Custom Voice",
"description": "A warm and friendly voice for customer service"
}
],
"total": 25,
"next_page_token": "10"
}고객이 등록한 모든 보이스 목록을 가져옵니다.
curl --request GET \
--url https://supertoneapi.com/v1/custom-voices \
--header 'x-sup-api-key: <api-key>'{
"items": [
{
"voice_id": "voice_123456789",
"name": "My Custom Voice",
"description": "A warm and friendly voice for customer service"
}
],
"total": 25,
"next_page_token": "10"
}이 목록에는 Supertone Play에서 등록한 보이스 클론뿐만 아니라 API를 통해 직접 등록한 보이스 클론도 포함됩니다.Documentation Index
Fetch the complete documentation index at: https://docs.supertoneapi.com/llms.txt
Use this file to discover all available pages before exploring further.
https://supertoneapi.com/v1/custom-voices
Number of items per page (default: 20, min: 10, max: 100)
Token for pagination (obtained from the previous page's response)
Paginated custom voices response with next page token