{
    "info": {
        "/image": [
            "Screenshot pages",
            "/image?url=https://google.com"
        ],
        "/image/gen": [
            "This page",
            "Gives info about the other pages here",
            "No actual use except to give info"
        ],
        "/image/ad": [
            "Ooooooo an ad",
            "/ad?url=https://poopoo-api.vercel.app/images/example.png"
        ],
        "/image/beautiful": [
            "Now this... this is beautiful",
            "/beautiful?url=https://poopoo-api.vercel.app/images/example.png"
        ],
        "/image/boboross": [
            "Now this is art",
            "/bobross?url=https://poopoo-api.vercel.app/images/example.png"
        ],
        "/image/qr": [
            "Generate a qrcode from an input",
            "/qr?input=Hello"
        ],
        "/image/drake": [
            "Nah, Yah",
            "/drake?upperText=hello&lowerText=hallo"
        ]
    }
}