Easy File URL API
Endpoint
POST /api/v1/files
Auth
Authorization: Bearer YOUR_API_KEY
Form fields / JSON
- file: required. Either a binary file upload (multipart) or a URL string (http/https) pointing to the file to fetch and store.
- visibility: optional, "public" (default) or "private"
- permanent: optional, "true" to store permanently
You can POST as multipart/form-data or as application/json with the body like: {"file":"https://...","visibility":"public","permanent":false}
Plans & limits
- Free: 100 uploads/day, 10MB per file, no permanent storage
- Pro ($4.99): 10k uploads/day, 50MB/file, 50GB permanent storage
- Ultimate ($19.99): 50k uploads/day, 200MB/file, 1TB permanent storage
Paid plans support multiple API keys per account.
Need higher limits or custom terms? Contact sales for enterprise pricing.
Create an account at /signup and manage your key in the dashboard.