Rendering
Cape PNG
Render a Java cape PNG with pixel-perfect scaling and cache headers.
GET
https://util.axolite.app/v1/render/cape/:identifierParameters
| Name | Location | Required | Description |
|---|---|---|---|
identifier | path | Yes | Java username or UUID. Example: Notch |
size | query | No | Target render size between 8 and 512. Example: 128 |
Request examples
curl "https://util.axolite.app/v1/render/cape/Notch?size=128"Sample response
PNG binary response with cache headers and ETag.Notes
- Supports `size` and `overlay` query params where applicable.
- Returns PNG with cache-control and ETag headers.