{
"bgMode": 0,
"modelInfoID": 0,
"imageID": "string",
"templateID": "string",
"videoID": "string"
}
curl --location -g --request POST '{{BASE_URL}}/pro/viggle/video-task' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'content-type: application/json' \
--data-raw '{
"bgMode": 0,
"modelInfoID": 0,
"imageID": "string",
"templateID": "string",
"videoID": "string"
}'
{
"code": 0,
"message": "ok",
"ts": "",
"reason": "",
"data": {
"taskID": "7bf6fa01-607a-4420-87a9-92592f95ac9c",
"mqType": 0
}
}