{
    "name": "Mundane Cloud Ad Serving API",
    "version": "0.0.31",
    "description": "Lightweight ad serving API for the Mundane Cloud Ad Platform",
    "endpoints": {
        "GET \/api\/ads": "Get ads with optional filtering",
        "GET \/api\/decision": "Get a page-aware ad decision or explicit no-fill reason",
        "GET \/api\/ads\/{id}": "Get single ad",
        "GET \/api\/serve\/{id}": "Serve ad with impression tracking",
        "GET\/POST \/api\/click\/{id}": "Track click and redirect",
        "GET \/api\/campaigns": "Get campaigns",
        "GET \/api\/zones": "Get available ad zones",
        "GET \/api\/reporting": "Aggregate delivery reporting by site, placement, campaign, ad and period",
        "GET \/api\/health": "Health check"
    }
}