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.
https://cdn.alterbase.web.id
file field (max 10.0 MB). Returns JSON metadata with
id, url, size, type.
/upload. Responses include
cache headers (Cache-Control: public, max-age) for CDN friendliness.
curl -X POST https://cdn.alterbase.web.id/upload \
-F "file=@/path/to/photo.jpg" \
-H "Accept: application/json"
/upload responses to build your CDN links.Clone the open source project from github.com/lunaticsm/Image-Uploader-API to deploy this stack on your own infrastructure.