OpenAI APIs · Schema
CreateImageVariationRequest
Artificial IntelligenceEmbeddingsImage-GenerationLanguage ModelsSpeech
Properties
| Name | Type | Description |
|---|---|---|
| image | string | The image to use as the basis for variation(s) |
| model | string | The model to use for creating variations |
| 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 |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreateImageVariationRequest",
"title": "CreateImageVariationRequest",
"type": "object",
"required": [
"image"
],
"properties": {
"image": {
"type": "string",
"format": "binary",
"description": "The image to use as the basis for variation(s)"
},
"model": {
"type": "string",
"default": "dall-e-2",
"description": "The model to use for creating variations"
},
"n": {
"type": "integer",
"minimum": 1,
"maximum": 10,
"default": 1,
"description": "The number of images to generate"
},
"response_format": {
"type": "string",
"enum": [
"url",
"b64_json"
],
"default": "url",
"description": "The format in which the generated images are returned"
},
"size": {
"type": "string",
"enum": [
"256x256",
"512x512",
"1024x1024"
],
"default": "1024x1024",
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openai-apis-createimagevariationrequest"
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.