API 엔드포인트
Text To Speech
수퍼톤의 음성 AI를 활용해 텍스트로부터 음성을 생성하세요.
POST
Headers
API key for the service
Path Parameters
Query Parameters
The desired output format of the audio file (wav, mp3). Default is wav.
Available options:
wav
, mp3
Body
application/json
The text to convert to speech
Maximum length:
200
The language code of the text
Available options:
en
, ko
, ja
The model type to use for the text-to-speech conversion
Available options:
pro
, turbo
Response
200
audio/wav
Audio file converted from text
The response is of type file
.