Authorization: Bearer ********************
{ "model": "flux1.1-pro", "prompt": "Blueberry", "image_size": { "width": 1024, "height": 1024 }, "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": "flux1.1-pro", "prompt": "Blueberry", "image_size": { "width": 1024, "height": 1024 }, "num_inference_steps": 28, "guidance_scale": 3.5 }'
{ "data": [ { "url": "https://s3.ffire.cc/cdn/20251121/bnWYQ7fcjrgKUPYSQZspTz" } ], "created": 1763690979 }