Stability AI · Example Payload

Stability Ai Generate Image Core Example

3D GenerationArtificial IntelligenceGenerative AIImage-GenerationImage EditingMachine-LearningStable DiffusionText-to-ImageVideo Generation

Stability Ai Generate Image Core Example is an example object payload from Stability AI, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponsejson_response_example

Example Payload

Raw ↑
{
  "request": {
    "endpoint": "POST /v2beta/stable-image/generate/core",
    "content_type": "multipart/form-data",
    "fields": {
      "prompt": "A photorealistic golden retriever puppy playing in autumn leaves, warm afternoon light, shallow depth of field",
      "negative_prompt": "blurry, low quality, cartoon, artificial",
      "aspect_ratio": "1:1",
      "output_format": "png",
      "seed": 42,
      "style_preset": "photographic"
    }
  },
  "response": {
    "status": 200,
    "content_type": "image/png",
    "headers": {
      "finish-reason": "SUCCESS",
      "seed": "42"
    },
    "note": "Response body is binary PNG image data. When Accept: application/json is set, returns base64-encoded image."
  },
  "json_response_example": {
    "image": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAA...",
    "finish_reason": "SUCCESS",
    "seed": 42
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/stability-ai-generate-image-core-example"
All examples
curl "https://apis.io/api/v1/examples?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.