AlterBase CDN API

Upload files and retrieve shareable URLs with a minimal HTTP API. Each client is limited to 60 requests per minute and individual uploads are capped at 10.0 MB.

Maximum upload size per file: 10.0 MB

Base URL

https://cdn.alterbase.web.id

Endpoints

CURL Example

curl -X POST https://cdn.alterbase.web.id/upload \
  -F "file=@/path/to/photo.jpg" \
  -H "Accept: application/json"

Notes

Build Your Own

Clone the open source project from github.com/lunaticsm/Image-Uploader-API to deploy this stack on your own infrastructure.

← Back to home