Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /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.
| Field | Value |
|---|---|
| Name | generateImage |
| Group | Images |
| Type | Mutation |
| Signature | generateImage(input: GenerateImageInput!): GenerateImagePayload! |
mutation GenerateImage($input: GenerateImageInput!) {
generateImage(input: $input) {
count
error
sources
}
}
{
"input": {
"prompt": ""
}
}