Authorization: Bearer ********************
{
"prompt": "The rabbit in the picture is running",
"motion": "low",
"videoType": "vid_1.1_i2v_480",
"image": "https://image.2025178.xyz/logo-tuzi.png"
}
curl --location --request POST 'https://api.tu-zi.com/mj/submit/video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "The rabbit in the picture is running",
"motion": "low",
"videoType": "vid_1.1_i2v_480",
"image": "https://image.2025178.xyz/logo-tuzi.png"
}'
{
"code": 1,
"description": "Submit Success",
"result": "1757648084409673"
}