curl --location --request POST '/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "Qubico/qwen-image",
"task_type": "image-edit",
"input": {
"image1": "https://storage.theapi.app/images/playground/20250925/o9p630o1nbo.jpeg",
"image2": "https://storage.theapi.app/images/playground/20250925/wwbydnvvg2.jpeg",
"image3": "https://storage.theapi.app/images/playground/20250925/eo26tcgry1.jpeg",
"prompt": "man in image1 wear a red shirt in image2 and a blue trouser in image3. change the background to a sea beach. Add a title '\''ZARA'\'' as a advertisement",
"negative_prompt": "",
"seed": -1,
"steps": 8,
"flow_shift": 3
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/f608a6c5-61e3-4f56-89c6-d1ce1e1d54d7",
"secret": ""
}
}
}'