OpenAI · Schema

CreateImageVariationRequest

Artificial IntelligenceLarge Language ModelsT1

Properties

Name Type Description
image string The image to use as the basis for the variation(s). Must be a valid PNG file, less than 4MB, and square.
model string The model to use for image variation. Only DALL-E 2 is supported.
n integer The number of images to generate.
response_format string The format in which the generated images are returned.
size string The size of the generated images.
user string A unique identifier representing your end-user.
View JSON Schema on GitHub

JSON Schema

openai-images-create-image-variation-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateImageVariationRequest",
  "type": "object",
  "properties": {
    "image": {
      "type": "string",
      "description": "The image to use as the basis for the variation(s). Must be a valid PNG file, less than 4MB, and square."
    },
    "model": {
      "type": "string",
      "description": "The model to use for image variation. Only DALL-E 2 is supported."
    },
    "n": {
      "type": "integer",
      "description": "The number of images to generate."
    },
    "response_format": {
      "type": "string",
      "description": "The format in which the generated images are returned."
    },
    "size": {
      "type": "string",
      "description": "The size of the generated images."
    },
    "user": {
      "type": "string",
      "description": "A unique identifier representing your end-user."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openai-images-create-image-variation-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.