{
"templateId": 0,
"styleText": 0,
"aiAvatarId": "string",
"aiSpeakerId": "string",
"materials": [
"string"
],
"enableSubtitle": "false",
"speedRatio": 0,
"contentList": [
{
"text": "string",
"title": "string"
}
]
}curl --location --request POST 'http://127.0.0.1:10010/user/api/aiVip/batchCreateVideoByText2' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateId": 0,
"styleText": 0,
"aiAvatarId": "string",
"aiSpeakerId": "string",
"materials": [
"string"
],
"enableSubtitle": "false",
"speedRatio": 0,
"contentList": [
{
"text": "string",
"title": "string"
}
]
}'{
"status": "",
"message": "",
"data": [
{
"id": "",
"aiAvatarId": "",
"avatarId": 0,
"title": "",
"photographUrl": "",
"aiSpeakerId": "",
"speakerId": 0,
"aiSpeechId": "",
"audioUrl": "",
"text": "",
"videoId": 0,
"cover": "",
"status": 0,
"completeTime": "",
"videoUrl": "",
"duration": 0,
"permanentVideoUrl": "",
"expiredTime": "",
"ossVideoStatus": 0,
"openClone": 0,
"cloneNum": 0,
"userInfoId": "",
"companyId": "",
"type": 0,
"enabled": 0,
"deleted": 0,
"createTime": "",
"createById": "",
"updateTime": "",
"updateById": "",
"aiMusicMaterialId": "",
"musicUrl": "",
"taskId": "",
"materials": "",
"packagingNum": 0,
"packagedVideoId": ""
}
]
}