API Endpoints
Text To Speech
Generate speech from text using Supertone’s Voice 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 language code of the text
Available options:
en
, ko
, ja
The text to convert to speech
Maximum length:
200
The model type to use for the text-to-speech conversion
Available options:
pro
, turbo
Response
200 - audio/wav
The response is of type file
.