Authorization: Bearer ********************
{
"image_url": "string",
"image_size": "string",
"num_inference_steps": 0,
"guidance_scale": 0,
"num_images": 0,
"enable_safety_checker": true,
"output_format": "string",
"acceleration": "string"
}
curl --location --request POST '/fal-ai/flux-1/dev/redux' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "string",
"image_size": "string",
"num_inference_steps": 0,
"guidance_scale": 0,
"num_images": 0,
"enable_safety_checker": true,
"output_format": "string",
"acceleration": "string"
}'
{
"status": "IN_QUEUE",
"request_id": "acf05732-7cb3-445b-9f39-fdaeccb1d730",
"response_url": "https://queue.fal.run/fal-ai/flux-pro/requests/acf05732-7cb3-445b-9f39-fdaeccb1d730",
"status_url": "https://queue.fal.run/fal-ai/flux-pro/requests/acf05732-7cb3-445b-9f39-fdaeccb1d730/status",
"cancel_url": "https://queue.fal.run/fal-ai/flux-pro/requests/acf05732-7cb3-445b-9f39-fdaeccb1d730/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}