Authorization: Bearer ********************
{
"avatarId": 0,
"title": "string",
"audioUrl": "string",
"object": "string"
}
curl --location --request POST 'https://api.16ai.chat/api/v1/video/createByVoice' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatarId": 0,
"title": "string",
"audioUrl": "string",
"object": "string"
}'
{
"code": 0,
"data": {
"videoId": 0,
"length": 0
},
"msg": "string"
}