curl --location --request POST '/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "Qubico/qwen-image",
"task_type": "txt2img",
"input": {
"prompt": "A woman and a child are doing interview at New York street, hold a mic with '\''pi news'\'' on it. A store named '\''piapi'\'' behind them. realistic style",
"seed": -1,
"steps": 16,
"width": 1024,
"height": 1024,
"flow_shift": 3
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/f608a6c5-61e3-4f56-89c6-d1ce1e1d54d7",
"secret": ""
}
}
}'