Authorization: ********************{
"aiAvatarIdList": [
"string"
],
"aiSpeakerId": "string",
"speedRatio": 0,
"contentList": [
{
"text": "string",
"title": "string"
}
],
"title": "string"
}curl --location --request POST 'http://127.0.0.1:10010/user/api/aiVideo/batchByText' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"aiAvatarIdList": [
"string"
],
"aiSpeakerId": "string",
"speedRatio": 0,
"contentList": [
{
"text": "string",
"title": "string"
}
],
"title": "string"
}'{
"status": "",
"message": "",
"data": ""
}