Authorization: Bearer ********************
{
"prompt": "Make it a realistic, highly detailed photograph with a winter wonderland background. Then give her a bowler hat.",
"image_url": "https://storage.googleapis.com/falserverless/example_inputs/seededit.jpg",
"guidance_scale": 0.5
}
curl --location --request POST 'https://api.chatfire.cn/fal-ai/bytedance/seededit/v3/edit-image' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Make it a realistic, highly detailed photograph with a winter wonderland background. Then give her a bowler hat.",
"image_url": "https://storage.googleapis.com/falserverless/example_inputs/seededit.jpg",
"guidance_scale": 0.5
}'
{
"status": "IN_QUEUE",
"request_id": "253d3040-d026-4edf-adcc-9e6f83963d47",
"response_url": "https://queue.fal.run/fal-ai/pika/requests/253d3040-d026-4edf-adcc-9e6f83963d47",
"status_url": "https://queue.fal.run/fal-ai/pika/requests/253d3040-d026-4edf-adcc-9e6f83963d47/status",
"cancel_url": "https://queue.fal.run/fal-ai/pika/requests/253d3040-d026-4edf-adcc-9e6f83963d47/cancel",
"logs": null,
"metrics": {},
"queue_position": 109
}