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/body/:identifierBody Render
Render a Java body PNG with pixel-perfect scaling and cache headers.
Request builderReady
Request
GET https://util.axolite.app/v1/render/body/Notch?size=128&overlay=trueResponse
Run the request to render a live image preview.
Code example
curl "https://util.axolite.app/v1/render/body/Notch?size=128&overlay=true"