Rendering
Body Render
Render a Java body PNG with pixel-perfect scaling and cache headers.
GET
https://util.axolite.app/v1/render/body/: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 |
overlay | query | No | Enable hat and outer layer rendering. Example: true |
Request examples
curl "https://util.axolite.app/v1/render/body/Notch?size=128&overlay=true"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.