Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Generate AI images using Cloudflare AI with Flux Schnell model. Images are automatically uploaded to CDN.

Operation details

FieldValue
NamegenerateImage
GroupImages
TypeMutation
SignaturegenerateImage(input: GenerateImageInput!): GenerateImagePayload!

Playground

Query

Query
mutation GenerateImage($input: GenerateImageInput!) {
  generateImage(input: $input) {
    count
    error
    sources
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "prompt": ""
  }
}