Authorization: Bearer ********************
{
"image_url": "https://xxx.com/example.png",
"image_size": "square_hd",
"num_inference_steps": 4,
"seed": 12345,
"sync_mode": false,
"num_images": 1,
"enable_safety_checker": true
}
curl --location --request POST '/fal-ai/flux-1/schnell/redux' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "https://xxx.com/example.png",
"image_size": "square_hd",
"num_inference_steps": 4,
"seed": 12345,
"sync_mode": false,
"num_images": 1,
"enable_safety_checker": true
}'
{
"status": "IN_QUEUE",
"request_id": "xxx123",
"response_url": "https://queue.fal.run/xxx/response",
"status_url": "https://queue.fal.run/xxx/status",
"cancel_url": "https://queue.fal.run/xxx/cancel",
"logs": {},
"metrics": {},
"queue_position": 2
}