Documentation
Creative APIs

Image Generation API

Planned image generation endpoint for structured creative briefs and reusable asset metadata.

Status: Planned.

The Image Generation API should turn a structured creative brief into one or more reusable assets with metadata, cost, and provenance.

Planned Request

code
{
  "brief": "Editorial image for an article about AI agent observability.",
  "style": "agentmag-editorial",
  "size": "1200x630",
  "count": 2,
  "constraints": {
    "noText": true,
    "brandSafe": true
  }
}

Required Controls

ControlWhy it matters
styleKeeps outputs reusable instead of visually random.
sizeSupports social, OG, article, and dashboard formats.
constraintsGives agents guardrails around text, logos, and brand rules.
metadataMakes outputs auditable and reusable.