One API for Google, Meta, and TikTok Ads.

AdRelay handles the platform approvals, OAuth, and API maintenance. You ship in 30 minutes.

Get early access
curl -X POST https://api.adrelay.dev/v1/campaigns \
  -H "X-API-Key: adr_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "targets": [
      { "platform": "GOOGLE", "accountId": "123" },
      { "platform": "META", "accountId": "456" }
    ],
    "name": "Spring Sale 2026",
    "budget": { "amount": 100, "currency": "USD", "type": "DAILY" },
    "objective": "CONVERSIONS"
  }'

No approval process

Connect your ad accounts with OAuth. No platform review apps, no developer tokens to manage.

Multi-platform fan-out

One POST creates campaigns across Google, Meta, and TikTok simultaneously. Each result reported independently.

Normalized schema

Consistent campaign objects across every platform. No more mapping between incompatible APIs.

Get early access

Join the waitlist for early API access.