Authorizations
Use the following format for authentication: Bearer <your api key>
Body
multipart/form-data
Predefined voice style model name
Available options:
FunAudioLLM/CosyVoice2-0.5B
Example:
"FunAudioLLM/CosyVoice2-0.5B"
User-defined voice style name
Example:
"your-voice-name"
Corresponding text content for the audio
Example:
"In the midst of ignorance, a day in the dream comes to an end, and a new cycle begins."
Audio file encoded in base64 with the header format of data:audio/mpeg;base64
Example:
"data:audio/mpeg;base64,aGVsbG93b3JsZA=="
Response
Successful response
Example:
"speech:your-voice-name:xxx:xxx"