{
    "name": "Mundane Cloud Ad Serving API",
    "version": "1.0.0",
    "description": "Lightweight ad serving API for the Mundane Cloud Ad Platform",
    "endpoints": {
        "GET \/api\/ads": "Get ads with optional filtering",
        "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\/health": "Health check"
    }
}