curl --request GET \
--url https://supertoneapi.com/v1/voices \
--header 'x-sup-api-key: <api-key>'{
"items": [
{
"voice_id": "<voice-id>",
"name": "Agatha",
"description": "",
"age": "young-adult",
"gender": "female",
"use_case": "narration",
"use_cases": [
"narration",
"storytelling"
],
"language": [
"ar",
"bg",
"cs",
"da",
"de",
"el",
"en",
"es",
"et",
"fi",
"fr",
"hi",
"hu",
"id",
"it",
"ja",
"ko",
"nl",
"pl",
"pt",
"ro",
"ru",
"vi"
],
"styles": [
"kind-default",
"normal",
"serene"
],
"models": [
"sona_speech_1",
"sona_speech_2",
"sona_speech_2_flash",
"sona_speech_2t",
"supertonic_api_1"
],
"samples": [
{
"language": "ko",
"style": "kind-default",
"model": "supertonic_api_1",
"url": "https://example.com/samples/sample-audio.wav"
}
],
"thumbnail_image_url": "https://example.com/thumbnails/voice-thumbnail.png"
}
],
"total": 150,
"next_page_token": "some_opaque_token_string_representing_last_id"
}Supertone이 제공하는 모든 사용 가능한 보이스 목록을 가져옵니다.
curl --request GET \
--url https://supertoneapi.com/v1/voices \
--header 'x-sup-api-key: <api-key>'{
"items": [
{
"voice_id": "<voice-id>",
"name": "Agatha",
"description": "",
"age": "young-adult",
"gender": "female",
"use_case": "narration",
"use_cases": [
"narration",
"storytelling"
],
"language": [
"ar",
"bg",
"cs",
"da",
"de",
"el",
"en",
"es",
"et",
"fi",
"fr",
"hi",
"hu",
"id",
"it",
"ja",
"ko",
"nl",
"pl",
"pt",
"ro",
"ru",
"vi"
],
"styles": [
"kind-default",
"normal",
"serene"
],
"models": [
"sona_speech_1",
"sona_speech_2",
"sona_speech_2_flash",
"sona_speech_2t",
"supertonic_api_1"
],
"samples": [
{
"language": "ko",
"style": "kind-default",
"model": "supertonic_api_1",
"url": "https://example.com/samples/sample-audio.wav"
}
],
"thumbnail_image_url": "https://example.com/thumbnails/voice-thumbnail.png"
}
],
"total": 150,
"next_page_token": "some_opaque_token_string_representing_last_id"
}이 목록에는 Supertone Play 보이스 라이브러리에 포함된 보이스뿐만 아니라 Supertone이 엔터프라이즈 고객에게만 독점적으로 제공하는 커스텀 디자인 보이스도 포함됩니다.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/voices
Number of items per page (default: 20, min: 10, max: 100)
Token for pagination (obtained from the previous page's response)
Paginated available voices response with next page token
List of character items
Show child attributes
Total number of available characters (might be approximate or removed in future)
150
Token for fetching the next page of results. Undefined if no more pages.
"some_opaque_token_string_representing_last_id"