Supertone 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" }