curl --location --request POST '/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "Qubico/skyreels",
"task_type": "img2video",
"input": {
"prompt": "FPS-24, video of a young woman with long, dark hair and bangs. She is wearing a light gray t-shirt and appears to be sitting at a table.",
"negative_prompt": "chaotic, distortion, morphing",
"image": "https://i.ibb.co/wbw9GLY/girl.webp",
"aspect_ratio": "16:9",
"guidance_scale": 3.5
},
"config": {
"webhook_config": {
"endpoint": "string",
"secret": "string"
}
}
}'