Pepo.land File Hosting API POST / - Upload a file API_KEY: send it via X-API-Key header, Authorization: Bearer , or api_key form field. 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" -H "X-API-Key: YOUR_KEY" https://pepo.land/ curl -F "url=https://example.com/file.pdf" -F "expires=24" -F "api_key=YOUR_KEY" https://pepo.land/