Authorization: Bearer ********************{
"prompt": "Close shot portrait of a woman in front of this car on this highway",
"image_size": "square_hd",
"num_inference_steps": 50,
"guidance_scale": 4,
"num_images": 1,
"enable_safety_checker": true,
"output_format": "png",
"image_urls": [
"{{demo_image_url}}",
"{{demo_image_url}}",
"{{demo_image_url}}"
],
"negative_prompt": "blurry, ugly"
}curl --location '/fal-ai/qwen-image-edit-plus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "Close shot portrait of a woman in front of this car on this highway",
"image_size": "square_hd",
"num_inference_steps": 50,
"guidance_scale": 4,
"num_images": 1,
"enable_safety_checker": true,
"output_format": "png",
"image_urls": [
"{{demo_image_url}}",
"{{demo_image_url}}",
"{{demo_image_url}}"
],
"negative_prompt": "blurry, ugly"
}'{
"status": "IN_QUEUE",
"request_id": "9c08e7d8-312c-402d-a691-c207a9cb8121",
"response_url": "https://queue.fal.run/fal-ai/qwen-image-edit-plus/requests/9c08e7d8-312c-402d-a691-c207a9cb8121",
"status_url": "https://queue.fal.run/fal-ai/qwen-image-edit-plus/requests/9c08e7d8-312c-402d-a691-c207a9cb8121/status",
"cancel_url": "https://queue.fal.run/fal-ai/qwen-image-edit-plus/requests/9c08e7d8-312c-402d-a691-c207a9cb8121/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}