Rendering
Download Skin
Download the original Java skin PNG with a filename based on the player name.
GET
https://util.axolite.app/v1/render/download/:identifierParameters
| Name | Location | Required | Description |
|---|---|---|---|
identifier | path | Yes | Java username or UUID. Example: Notch |
Request examples
curl "https://util.axolite.app/v1/render/download/Notch"Sample response
PNG binary response with Content-Disposition attachment header.Notes
- Returns the original PNG as an attachment.
- Useful for mirrors and asset downloads.