curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen/image-edit",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "",
"image_url": "https://file.aiquickdraw.com/custom-page/akr/section-images/1755603225969i6j87xnw.jpg",
"acceleration": "none",
"image_size": "landscape_4_3",
"num_inference_steps": 25,
"guidance_scale": 4,
"sync_mode": false,
"enable_safety_checker": true,
"output_format": "png",
"negative_prompt": "blurry, ugly"
}
}'