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