Easy File URL

Easy File URL

Upload files via API and get instant public or private URLs. Fast. Reliable. Easy.

Public or Private

Return signed private URLs or permanent public ones. You choose per upload.

Generous Free Tier

100 uploads per day, up to 10MB per file. Upgrade anytime for higher limits and storage.

Simple REST API

POST multipart/form-data to /api/v1/files with your API key header.

API Quickstart

Example cURL request:

curl -X POST \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -F "file=@./photo.jpg" \
  -F "visibility=public" \
  -F "permanent=true" \
  https://easyfileurl.com/api/v1/files