Create Async TTS Task
Create an async long-text TTS task, supporting direct text input or text file for synthesis.
Authorization
- Security Scheme Type: http
- HTTP Authorization Scheme: Bearer API_key,Used to verify account information, can be viewed in Project Management > API Key .
Request Header
The media type of the request body, please set it toapplication/jsonto ensure the correct format of the requested data.
Available options:application/json
Request Bodyapplication/json
modelstringRequired
textstring
text_file_idlong
voice_settingobjectRequired
voice_setting.voice_idstring
voice_setting.speedinteger
voice_setting.volumeinteger
voice_setting.pitchinteger
voice_setting.brightinteger
voice_setting.emotionstring
audio_settingobject
audio_setting.audio_sample_rateinteger
audio_setting.formatstring
audio_setting.channelinteger
pronunciation_dictobject
pronunciation_dict.tonestring[ ]
language_booststring
Response Body Structure
task_idstring
file_idlong
usage_charactersinteger
base_respobject
base_resp.status_codeinteger
base_resp.status_msgstring