Authorization: Bearer ********************
{
"prompt": "string",
"aspect_ratio": "string",
"num_images": 0,
"resolution": "string"
}
curl --location --request POST '/fal-ai/imagen4/preview' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"aspect_ratio": "string",
"num_images": 0,
"resolution": "string"
}'
{
"status": "IN_QUEUE",
"request_id": "484ccb37-5477-44fe-8e75-6d6f6e9160b3",
"response_url": "https://queue.fal.run/fal-ai/imagen4/requests/484ccb37-5477-44fe-8e75-6d6f6e9160b3",
"status_url": "https://queue.fal.run/fal-ai/imagen4/requests/484ccb37-5477-44fe-8e75-6d6f6e9160b3/status",
"cancel_url": "https://queue.fal.run/fal-ai/imagen4/requests/484ccb37-5477-44fe-8e75-6d6f6e9160b3/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}