Authorization: Bearer ********************
{
"image_url": "https://fal.media/files/koala/Chls9L2ZnvuipUTEwlnJC.png",
"prompt": "a cat dressed as a wizard with a background of a mystic forest.",
"strength": 0.2703404389085102,
"num_inference_steps": 50,
"guidance_scale": 2.6027691093823955,
"seed": 26,
"sync_mode": true,
"num_images": 4,
"enable_safety_checker": true
}
curl --location --request POST '/fal-ai/flux-1/dev/image-to-image' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "https://fal.media/files/koala/Chls9L2ZnvuipUTEwlnJC.png",
"prompt": "a cat dressed as a wizard with a background of a mystic forest.",
"strength": 0.2703404389085102,
"num_inference_steps": 50,
"guidance_scale": 2.6027691093823955,
"seed": 26,
"sync_mode": true,
"num_images": 4,
"enable_safety_checker": true
}'
{}