APIエンドポイント
Text To Speech
Supertone の音声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
.