Microsoft Azure · Schema

imageGenerationsRequest

API ManagementCloudCloud ComputingEnterpriseInfrastructure-as-a-ServicePlatform-as-a-ServiceT1

Properties

Name Type Description
prompt string A text description of the desired image(s). The maximum length is 4000 characters.
n integer The number of images to generate.
size object
response_format object
user string A unique identifier representing your end-user, which can help to monitor and detect abuse.
quality object
style object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-imagegenerationsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/imageGenerationsRequest",
  "title": "imageGenerationsRequest",
  "type": "object",
  "properties": {
    "prompt": {
      "description": "A text description of the desired image(s). The maximum length is 4000 characters.",
      "type": "string",
      "format": "string",
      "example": "a corgi in a field",
      "minLength": 1
    },
    "n": {
      "description": "The number of images to generate.",
      "type": "integer",
      "minimum": 1,
      "maximum": 1,
      "default": 1
    },
    "size": {
      "$ref": "#/components/schemas/imageSize"
    },
    "response_format": {
      "$ref": "#/components/schemas/imagesResponseFormat"
    },
    "user": {
      "description": "A unique identifier representing your end-user, which can help to monitor and detect abuse.",
      "type": "string",
      "format": "string",
      "example": "user123456"
    },
    "quality": {
      "$ref": "#/components/schemas/imageQuality"
    },
    "style": {
      "$ref": "#/components/schemas/imageStyle"
    }
  },
  "required": [
    "prompt"
  ]
}

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/microsoft-azure-imagegenerationsrequest"
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 email required.

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