curl --request GET \
--url https://supertoneapi.com/v1/voices/{voice_id} \
--header 'x-sup-api-key: <api-key>'{
"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"
}특정 Supertone 제공 보이스에 대한 정보를 조회합니다.
curl --request GET \
--url https://supertoneapi.com/v1/voices/{voice_id} \
--header 'x-sup-api-key: <api-key>'{
"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"
}https://supertoneapi.com/v1/voices/{voice_id}
Voice details retrieved successfully
Unique identifier for the voice
"<voice-id>"
Name of the voice
"Agatha"
Description of the voice
""
Age of the voice
"young-adult"
Gender of the voice
"female"
Use case of the voice
"narration"
Use cases of the voice (array)
["narration", "storytelling"]Languages supported by the voice
[
"ar",
"bg",
"cs",
"da",
"de",
"el",
"en",
"es",
"et",
"fi",
"fr",
"hi",
"hu",
"id",
"it",
"ja",
"ko",
"nl",
"pl",
"pt",
"ro",
"ru",
"vi"
]Styles available for the voice
["kind-default", "normal", "serene"]Models available for the voice
[
"sona_speech_1",
"sona_speech_2",
"sona_speech_2_flash",
"sona_speech_2t",
"supertonic_api_1"
]URL to the sample audio file for the voice
Show child attributes
URL to the thumbnail image for the voice
"https://example.com/thumbnails/voice-thumbnail.png"