API Reference

Integrate Ourin Up directly into your apps and scripts seamlessly.

POST /api/upload

Upload a new file to the temporary CDN. Limits depend on your authorization tier.

Headers

NameRequiredDescription
X-API-KeyNoYour API key for Member/Premium limits. If omitted, Guest limits apply.

Body Params (Multipart/form-data)

ParamTypeDescription
fileFileThe binary payload to host. Max size varies by tier (30MB/100MB/2GB).

Code Examples

curl-X POST https://up.ourin.xyz/api/upload \
-H "X-API-Key: YOUR_API_KEY_HERE " \
-F "file=@/path/to/your/image.png"