Docs
Ad-API quick start
A minimal overview of how to start serving ads, review core platform links, and find the right next step without hitting dead ends.
Developer quick start
- Choose your audience path on the home page and create an account.
- Use the ad endpoint with placement and category to request a creative.
- Render the returned creative and track impressions/clicks with the platform flow.
GET /v1/ad?placement=banner&category=gaming{
"success": true,
"creative": {
"id": "crtv_123",
"type": "banner",
"assetUrl": "https://cdn.ad-api.org/creative.png",
"clickUrl": "https://api.adapi.dev/click/crtv_123"
}
}Advertiser path
Build campaigns, upload creatives, and review pricing from the landing page flows before moving into the portal experience.