API Reference
Integrate Ourin Up directly into your apps and scripts seamlessly.
POST
/api/uploadUpload a new file to the temporary CDN. Limits depend on your authorization tier.
Headers
| Name | Required | Description |
|---|---|---|
| X-API-Key | No | Your API key for Member/Premium limits. If omitted, Guest limits apply. |
Body Params (Multipart/form-data)
| Param | Type | Description |
|---|---|---|
| file | File | The 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"