{
"prompt": "dance",
"model": "wan2.2-t2v-plus"
}
curl --location --request POST '/v2/videos/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "dance",
"model": "wan2.2-t2v-plus"
}'
{
"task_id": "e7bed961-d1b9-4b3f-8ef9-5f441bde28c8"
}