Documentation
Back
  • Getting Started
    • Create Your First Ad
    • Teams, Brands, and Navigation
    • Generation Basics
  • Brands
    • Create a Brand
    • Work in a Brand
    • Manage Brand Settings
    • Brand Guidelines and Website Data
    • Connect Publishing Accounts
    • Manage Brand Members
  • Create Ads
    • Playground vs Launchpad
    • Create Video Ads
    • Create Static Ads
    • Create UGC Ads and Personas
    • Create Rich Media Ads
    • Create Carousel Ads
  • Tools
    • Image Studio
    • Remove Background
    • Generate Vector
    • Adapt Ad
    • Video Generator
    • Edit Video
  • Campaigns & Personalization
  • Media & Delivery
  • Team & Account
    • Compliance Settings
  • Help & Troubleshooting
  • Developers & Automation
    • API
    • MCP
      • MCP setup

API

Use the AdGreetz Creative REST API to create video, static, carousel, and rich media ads from your own apps and backends.

AdGreetz exposes a versioned Creative REST API for server-to-server integrations. It uses the same generation pipelines as Creative Studio and returns JSON for every request.

https://app.adgreetz.com/api/v1

Authenticate with a bearer API key from Settings → API Keys, or a Supabase OAuth access token. Create keys and manage connected apps on that page.

Interactive reference

The full endpoint reference is published as OpenAPI 3.1 and rendered with Scalar:

  • Creative REST API reference — browse endpoints, schemas, and try requests in the browser
  • OpenAPI document — machine-readable spec for codegen and API tools

Related

For agent-first integrations over the Model Context Protocol, see the MCP docs and MCP setup guide.