Bedrock

Bedrock Body Render

Render a Bedrock body PNG through the same pixel renderer used for Java skins.

GEThttps://util.axolite.app/v1/bedrock/render/body/:identifier
FormatIMAGE
GroupBedrock
DemoAvailable

Parameters

NameLocationRequiredDescription
identifierpathYesBedrock gamertag or XUID. Example: Notch
sizequeryNoTarget render size between 8 and 512. Example: 128
overlayqueryNoEnable outer layer rendering. Example: true

Request examples

curl "https://util.axolite.app/v1/bedrock/render/body/Notch?size=128&overlay=true"

Sample response

PNG binary response.

Notes

  • Supports `size` and `overlay` query params where applicable.
  • Returns PNG responses with cache headers.