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/bedrock/render/skin/:identifierBedrock Skin Render
Render a Bedrock skin PNG through the same pixel renderer used for Java skins.
Request builderReady
Request
GET https://util.axolite.app/v1/bedrock/render/skin/Notch?size=128Response
Run the request to render a live image preview.
Code example
curl "https://util.axolite.app/v1/bedrock/render/skin/Notch?size=128"