Pepo.land File Hosting API POST / - Upload a file Valid fields: - file: data (multipart/form-data) - url: remote URL (mutually exclusive with file) - secret: if present, generates a longer URL - expires: hours OR milliseconds since epoch GET /{urlId} - Download a file Examples: curl -F "file=@example.txt" https://pepo.land/ curl -F "url=https://example.com/file.pdf" -F "expires=24" https://pepo.land/