{
"prompt": "winter",
"image_url": "https://storage.googleapis.com/falserverless/model_tests/recraft/recraft-upscaler-1.jpeg",
"strength": 0.2,
"style": "realistic_image",
"colors": [],
"style_id": null
}
curl --location --request POST '/fal-ai/recraft/v3/image-to-image' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "winter",
"image_url": "https://storage.googleapis.com/falserverless/model_tests/recraft/recraft-upscaler-1.jpeg",
"strength": 0.2,
"style": "realistic_image",
"colors": [],
"style_id": null
}'
{
"action": "fal-recraft-v3-image-to-image",
"message": "YEScale - FalAI Task Submitted",
"status": "SUBMITTED",
"task_id": "bea61a96-f7aa-4a62-8b53-b1878bafd7b3",
"usage": null
}