Authorization: Bearer ********************{
"model": "flux-dev",
"prompt": "a woman speaking onstage from google,white background with corporate logos blurred out, tech conference",
"image_size": {
"width": 1024,
"height": 768
},
"num_inference_steps": 28,
"guidance_scale": 3.5
}curl --location --request POST 'https://api.chatfire.site/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "flux-dev",
"prompt": "a woman speaking onstage from google,white background with corporate logos blurred out, tech conference",
"image_size": {
"width": 1024,
"height": 768
},
"num_inference_steps": 28,
"guidance_scale": 3.5
}'{
"data": [
{
"url": "https://s3.ffire.cc/cdn/20251121/BuhYic3T9atakoQqtFQbW2"
}
],
"created": 1763692864
}