Generate an image
Generate one or more images synchronously and get them back inline. model and prompt are required; n (max 4), size/aspect_ratio, quality, and style are normalized, and everything in parameters is forwarded verbatim to the provider. image/mask/reference_images accept an http(s) URL, a data-URI, or a file_<id> for edit / image-to-image. response_format defaults to b64_json. Outputs are saved to /v3/files by default and returned with a reusable file_id; set store: false to opt out.
Authorizations
API key authentication. Pass your API key as a Bearer token.
Body
Persist each generated image to /v3/files and return a reusable file_id per image. Defaults to true; set false to skip.