AI Text to Speech
AI quickly converts text into ultra-realistic speech. Supports various voice types, including male, female, child, formal, and other voices. It also supports multiple languages, including Spanish, French, German, Portuguese, Japanese and more.
1.1 Create Task
Request Params
-  text * stringText to be Synthesized Choose between text and srt, with text having higher priority. 
-  srt * arraySubtitles to be Synthesized Choose between text and srt, with text having higher priority. -  start * intStart Time In milliseconds 
-  end * intEnd Time In milliseconds 
-  text * stringYour text 
 
-  
-  mode * intMode (Voice Library) 
 1: Classic Voice
 2: Extended Voice
-  language * stringVoice Language (based on the selected mode) 
 You can find the specific languages in the table below.
-  voice * stringVoice: Default is Xiaoyun 
 *Voices are matched based on the selected language. Click to view the .
-  filename * stringDownload Filename upon Task Completion Required, must start with wx-tts 
-  volume intVolume: Range is 0-100, default is 50 
-  speech_rate intSpeech Rate: Range is -500 to 500, default is 0 
-  format stringAudio Encoding Format Default is mp3, aac is optional 
Response Params
-  task_id stringTask ID: Required for subsequent progress queries.