Authorization: Bearer ********************{
"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 'https://api.chatfire.cn/fal-ai/recraft/v3/image-to-image' \
--header 'Authorization: Bearer <token>' \
--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
}'{
"status": "IN_QUEUE",
"request_id": "714e4d31-d735-45f7-a9f5-e50eecbb0743",
"response_url": "https://queue.fal.run/fal-ai/minimax/requests/714e4d31-d735-45f7-a9f5-e50eecbb0743",
"status_url": "https://queue.fal.run/fal-ai/minimax/requests/714e4d31-d735-45f7-a9f5-e50eecbb0743/status",
"cancel_url": "https://queue.fal.run/fal-ai/minimax/requests/714e4d31-d735-45f7-a9f5-e50eecbb0743/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}