Authorization: Bearer ********************
{
"prompt": "string",
"num_inference_steps": 0,
"guidance_scale": 0,
"num_images": 0,
"enable_safety_checker": true,
"output_format": "string",
"image_url": "string",
"negative_prompt": "string",
"acceleration": "string"
}
curl --location --request POST '/fal-ai/qwen-image-edit-lora' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"num_inference_steps": 0,
"guidance_scale": 0,
"num_images": 0,
"enable_safety_checker": true,
"output_format": "string",
"image_url": "string",
"negative_prompt": "string",
"acceleration": "string"
}'
{
"status": "IN_QUEUE",
"request_id": "5044e7a4-d38d-4c8a-81de-c9160c9ec005",
"response_url": "https://queue.fal.run/fal-ai/qwen-image-edit-lora/requests/5044e7a4-d38d-4c8a-81de-c9160c9ec005",
"status_url": "https://queue.fal.run/fal-ai/qwen-image-edit-lora/requests/5044e7a4-d38d-4c8a-81de-c9160c9ec005/status",
"cancel_url": "https://queue.fal.run/fal-ai/qwen-image-edit-lora/requests/5044e7a4-d38d-4c8a-81de-c9160c9ec005/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}