Pick a player, a pose, and options — the request renders live and the URL updates as you go.
Action poses, camera angles, and crops — each a fixed render. Use its prefix in the path.
One GET request returns a square PNG. Every control above maps to a path segment.
/{style}/{uuid}[/{size}][/slim|classic][/nolayers][/nocape][/bg-RRGGBB]| Segment | Values | Notes |
|---|---|---|
| style | poses · angles · crops | Pose, camera angle, or crop. 25 styles. Required. |
| uuid | 32-char hex | The player’s Mojang UUID. The builder accepts a username too. |
| size | 64–1024 | Square output in px. Default 512. |
| slim | classic | flag | Force the arm model. Defaults to Mojang’s. |
| nolayers | flag | Drop the outer/overlay layer. |
| nocape | flag | Hide the cape. Capes show automatically when the player has one. |
| bg-RRGGBB | hex, no # | Solid background. Transparent if omitted. |