Skip to main content
POST
/
upload
Upload File
curl --request POST \
  --url https://api.example.com/upload \
  --header 'Content-Type: application/json' \
  --data '{}'
Multipart form upload. Max file size 100MB.
file
file
required
The file to upload
Files are stored on Cloudflare R2 CDN with AES-256 encryption and automatically deleted after 24 hours.