Authorization: Bearer ********************
{
"prompt": "奔跑",
"motion": "low",
"action": "extend",
"index": 0,
"taskId": "1751358713607921"
}
curl --location --request POST 'https://api.apicore.ai/mj/submit/video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "奔跑",
"motion": "low",
"action": "extend",
"index": 0,
"taskId": "1751358713607921"
}'
{}