Playground
Request Body
POST/v1/generate/image/bfl/flux-1.1-pro
requiredstring

Text description of the content you want to generate

string

Aspect ratio of the generated content

string

Format of the output file

number

Number of outputs to generate

string

Provider failover order

boolean

Enable content moderation for both input and output

boolean

Enhance the prompt automatically for higher quality or more creative results (may increase generation time)

number

Classifier-free guidance scale - controls how closely the output follows your prompt (higher values increase prompt adherence)

number

Number of denoising steps (more steps produce higher quality but slower results)

number

Quality when saving output, higher levels mean best quality (not relevant for PNG)

boolean

Automatically modify the prompt for more creative generation

number

Safety filter tolerance level (higher levels mean more permissive)

number

Random seed for reproducible generation (the same seed and prompt produce the same output every time), leave empty or use available default value for random seed

Content Info
GET/v1/content/{generation_id}
requiredstring<uuid>

Unique identifier of the generation

Response
JSON
Get the full record for a single generation
Response will appear here
Cancel Generation
POST/v1/content/generation/cancel/{generation_id}
requiredstring<uuid>

Unique identifier of the generation

Response
JSON
Cancel an in-progress generation
Response will appear here
Delete Content
DELETE/v1/content/{generation_id}
requiredstring<uuid>

Unique identifier of the generation

Response
JSON
Delete a generation and permanently remove its output files from storage
Response will appear here