수퍼톤 API를 사용하여 고품질 AI 음성을 생성하는 방법을 단계별로 안내해드립니다.
x-sup-api-key
x-sup-api-key: [YOUR_API_KEY]
voice_id
GET /v1/voices
GET /v1/voices/search?language=ko&style=happy
POST /v1/text-to-speech/e5f6fb1a53d0add87afb4f Content-Type: application/json x-sup-api-key: [YOUR_API_KEY] { "text": "안녕하세요, 수퍼톤 API입니다.", "language": "ko", "style": "neutral", "model": "sona_speech_1" }