curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux-2/pro-image-to-image",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"input_urls": [
"https://static.aiquickdraw.com/tools/example/1764235041265_kjJ2sTMR.png",
"https://static.aiquickdraw.com/tools/example/1764235045490_9SjAUr4Z.png"
],
"prompt": "The jar in image 1 is filled with capsules exactly same as image 2 with the exact logo",
"aspect_ratio": "1:1",
"resolution": "1K"
}
}'