Authorization: Bearer ********************{
"model": "cogvideox",
"prompt": "Peter cat drives a small car, wandering on the road, with a face full of happiness and joy.",
"image_url": "https://wiki.tu-zi.com/code/mdjourney/cat_3.png"
}curl --location --request POST 'https://api.tu-zi.com/v4/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "cogvideox",
"prompt": "Peter cat drives a small car, wandering on the road, with a face full of happiness and joy.",
"image_url": "https://wiki.tu-zi.com/code/mdjourney/cat_3.png"
}'{"id":"112616908736573238875817957674828622","model":"cogvideox","request_id":"8875817957674828620","task_status":"PROCESSING"}