Interactive Demo
Run the API without leaving the docs.
Switch between public endpoints, try real player queries, and inspect the exact request and response shape before you integrate it.
GET
/v1/render/download/:identifierDownload Skin
Download the original Java skin PNG with a filename based on the player name.
Request builderReady
Request
GET https://util.axolite.app/v1/render/download/NotchResponse
Run the request to render a live image preview.
Code example
curl "https://util.axolite.app/v1/render/download/Notch"