{
"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.95,
"num_inference_steps": 40,
"guidance_scale": 3.5,
"seed": 0,
"sync_mode": false,
"num_images": 1,
"enable_safety_checker": true
}
curl --location -g --request POST '{{BASE_URL}}/fal-ai/flux-1/dev/image-to-image' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--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.95,
"num_inference_steps": 40,
"guidance_scale": 3.5,
"seed": 0,
"sync_mode": false,
"num_images": 1,
"enable_safety_checker": true
}'
{}