{ "text": "我是由小狐狸AI生成的数字人", "voice_type": "custom", "voice_id": "xxxxx", "notify": "https://xxx.com" }
curl --location --request POST 'https://api.workai.cc/api/v1/tts' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "text": "我是由小狐狸AI生成的数字人", "voice_type": "custom", "voice_id": "xxxxx", "notify": "https://xxx.com" }'
{ "errno": 0, "data": { "task_id": "string" }, "message": "string" }