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

string

Prompt enhancement mode - 'standard' for higher quality (may increase generation time), 'fast' for quicker enhancement, 'off' to disable

number

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

boolean

Content moderation (true = moderation on, false = moderation off)

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)

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