{
"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": ""
}
}
}
curl --location --request POST 'https://api.piapi.ai/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": ""
}
}
}'
{
"code": 200,
"data": {
"task_id": "0ec8dffe-b68b-4f24-861b-98bcd5e62381",
"model": "Qubico/qwen-image",
"task_type": "image-edit",
"status": "pending",
"config": {
"service_mode": "",
"webhook_config": {
"endpoint": "https://webhook.site/f608a6c5-61e3-4f56-89c6-d1ce1e1d54d7",
"secret": ""
}
},
"input": {
"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": "",
"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",
"seed": -1,
"steps": 8,
"flow_shift": 3,
"denoise": 0
},
"output": null,
"meta": {
"created_at": "2025-09-26T00:35:32.514142447Z",
"started_at": "0001-01-01T00:00:00Z",
"ended_at": "0001-01-01T00:00:00Z",
"usage": {
"type": "llm",
"frozen": 0,
"consume": 250000
},
"is_using_private_pool": false
},
"detail": null,
"logs": [],
"error": {
"code": 0,
"raw_message": "",
"message": "",
"detail": null
}
},
"message": "success"
}