Recraft · Schema

Recraft Style

A custom Recraft style created from one to five reference images. Custom styles are compatible with V3 models and can be passed via `style_id` on generation requests.

Artificial IntelligenceImage-GenerationGenerative AIVector GraphicsBrand DesignDesign ToolsFoundation ModelsMCP

Properties

Name Type Description
id string Style identifier. Use as `style_id` in generation requests.
base_style string Base style group the custom style was registered under (e.g. `digital_illustration`).
model string Recraft model the style is bound to.
credits integer API units charged for style creation (40 units / $0.04 at time of writing).
reference_images array Reference image identifiers uploaded to mint the style.
created integer Unix epoch timestamp when the style was created.
View JSON Schema on GitHub

JSON Schema

recraft-style-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/recraft-ai/refs/heads/main/json-schema/recraft-style-schema.json",
  "title": "Recraft Style",
  "description": "A custom Recraft style created from one to five reference images. Custom styles are compatible with V3 models and can be passed via `style_id` on generation requests.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Style identifier. Use as `style_id` in generation requests."
    },
    "base_style": {
      "type": "string",
      "description": "Base style group the custom style was registered under (e.g. `digital_illustration`).",
      "examples": [
        "realistic_image",
        "digital_illustration",
        "vector_illustration",
        "icon",
        "logo_raster"
      ]
    },
    "model": {
      "type": "string",
      "description": "Recraft model the style is bound to.",
      "examples": ["recraftv3"]
    },
    "credits": {
      "type": "integer",
      "minimum": 0,
      "description": "API units charged for style creation (40 units / $0.04 at time of writing)."
    },
    "reference_images": {
      "type": "array",
      "description": "Reference image identifiers uploaded to mint the style.",
      "minItems": 1,
      "maxItems": 5,
      "items": {
        "type": "string"
      }
    },
    "created": {
      "type": "integer",
      "format": "int64",
      "description": "Unix epoch timestamp when the style was created."
    }
  },
  "required": ["id", "base_style"]
}

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/recraft-style"
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.