Authorization: Bearer ********************
{
"image_url": "string",
"prompt": "string",
"strength": 0,
"aspect_ratio": "string",
"num_inference_steps": 0,
"enable_safety_checker": true,
"enable_prompt_expansion": true,
"acceleration": "string",
"guidance_scale": 0,
"guidance_scale_2": 0,
"shift": 0,
"image_format": "string"
}
curl --location --request POST '/fal-ai/wan/v2.2-a14b/image-to-image' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "string",
"prompt": "string",
"strength": 0,
"aspect_ratio": "string",
"num_inference_steps": 0,
"enable_safety_checker": true,
"enable_prompt_expansion": true,
"acceleration": "string",
"guidance_scale": 0,
"guidance_scale_2": 0,
"shift": 0,
"image_format": "string"
}'
{
"status": "IN_QUEUE",
"request_id": "f88f1b41-b325-4f23-926b-da51481bf6c6",
"response_url": "https://queue.fal.run/fal-ai/wan/requests/f88f1b41-b325-4f23-926b-da51481bf6c6",
"status_url": "https://queue.fal.run/fal-ai/wan/requests/f88f1b41-b325-4f23-926b-da51481bf6c6/status",
"cancel_url": "https://queue.fal.run/fal-ai/wan/requests/f88f1b41-b325-4f23-926b-da51481bf6c6/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}