Authorization: Bearer ********************
{
"prompt": "Fisheye lens, the head of a cat, the image shows the effect that the facial features of the cat are distorted due to the shooting method.",
"guidance_scale": 2.5,
"num_images": 1
}
curl --location --request POST 'https://api.chatfire.cn/fal-ai/bytedance/seedream/v3/text-to-image' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Fisheye lens, the head of a cat, the image shows the effect that the facial features of the cat are distorted due to the shooting method.",
"guidance_scale": 2.5,
"num_images": 1
}'
{
"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
}