AdMakeAI REST API

RPC-style JSON REST API with dot-named tRPC procedure paths (e.g. adGeneration.create) covering ad image and UGC video generation, batch ad sets, ad copy, competitor ad research, Meta analytics, and Meta campaign draft publishing. POST bodies are JSON; GET inputs go in ?input=; responses are wrapped as { ok, tool, data }. Authenticated via an x-api-key header (or Authorization: Bearer). Every MCP tool is reachable here 1:1. No OpenAPI is published.

API entry from apis.yml

apis.yml Raw ↑
name: AdMakeAI REST API
description: 'RPC-style JSON REST API with dot-named tRPC procedure paths (e.g. adGeneration.create) covering
  ad image and UGC video generation, batch ad sets, ad copy, competitor ad research, Meta analytics, and
  Meta campaign draft publishing. POST bodies are JSON; GET inputs go in ?input=<URL-encoded JSON>; responses
  are wrapped as { ok, tool, data }. Authenticated via an x-api-key header (or Authorization: Bearer).
  Every MCP tool is reachable here 1:1. No OpenAPI is published.'
humanURL: https://admakeai.com/agents
baseURL: https://admakeai.com/api/v1
tags:
- Advertising
- Marketing
- AdTech
- Generative AI
- Image Generation
- Video Generation
- Meta Ads
- Competitive Intelligence
- MCP
- Agents
- Agent Skills
properties:
- type: Documentation
  url: https://admakeai.com/api/docs
- type: APIReference
  url: https://admakeai.com/api/docs
- type: Authentication
  url: authentication/admakeai-authentication.yml
- type: Conventions
  url: conventions/admakeai-conventions.yml
- type: ErrorCatalog
  url: errors/admakeai-error-codes.yml
- type: DataModel
  url: data-model/admakeai-data-model.yml