(b) the docs
HOW TO
CURL
One GET request. Send a link, get a Pizza link back as plain text. No keys, no signup.
jsDelivr, .mpeg and .esh links all work
Step 1 · basic call
curl "https://pzg.dumb.today/api/public/gen?url=https://cdn.jsdelivr.net/npm/test@1.0.0/app.js"https://pizza.com/?s=%3Cimg%20src%20onerror...Step 2 · crisp svg mode
Add &svg=1 to serve SVGs full-width and full-height.
curl "https://pzg.dumb.today/api/public/gen?url=https://cdn.jsdelivr.net/gh/you/art.svg&svg=1"Rules of the oven
- url is required — any complete http(s) link: jsDelivr, .mpeg, .esh, whatever.
- svg is optional — any value turns SVG mode on.
- Bad or missing URLs get a
400with a plain-text reason. - Response is always the generated link as plain text — ready to pipe or paste.