Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
current project ID
Body
ID of the model to use.
"black-forest-labs/flux-schnell"
A text description of the desired image(s).
1 - 2000List of publicly accessible LoRAs compatible with the selected model
1 - 10 elements{
  "scale": 1,
  "url": "https://civitai.com/api/download/models/244808?type=Model&format=SafeTensor"
}The width of the generated image(s) in pixels.
64 <= x <= 2048The height of the generated image(s) in pixels.
64 <= x <= 2048Number of denoising steps in the diffusion process. Higher values generally result in higher quality images but take longer to generate.
1 <= x <= 80Random seed for image generation. Use -1 for a random seed.
x >= -1Guidance scale for the model. Higher values make the image adhere more closely to the prompt.
0 <= x <= 100A text description of the non-desired image(s).
2000The format of the output image(s).
webp, jpg, png The way output image will be returned.
b64_json, url