Integration notes
Assets are addressed by a stable path. Nothing is rewritten in place: a new revision gets a new name, so any cached copy stays valid.
<img src="https://img.1233.space/i/sample-1.jpg" width="1200" height="800" alt="">
Cache policy
| Path | Cache-Control |
|---|---|
| /i/* | public, max-age=2592000, immutable |
| /assets/* | public, max-age=604800 |
| /*.html | no-cache |
Limits
- Maximum object size: 25 MB
- Accepted types: jpeg, png, webp, svg, pdf, zip
- Hotlinking from third-party domains is not supported
An asset returns 404? Check the revision suffix in the path first, then contact the project owner.