{
"model": "flux-pro",
"prompt": "woman wear glasses",
"size": "1024x512",
"response_format": "url"
}
curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux-pro",
"prompt": "woman wear glasses",
"size": "1024x512",
"response_format": "url"
}'
{
"created": 1750500129,
"data": [
{
"url": "https://s3.ffire.cc/cdn/20250621/Z5ux69LZr7TSsXuVJ2NUTB"
}
]
}