decode_token
Recover the PlantUML source from a token or from any PlantUML render URL (the token is extracted automatically). Tokens use PlantUML's own 64-character alphabet ("0-9 A-Z a-z - _") over raw DEFLATE. This is NOT base64 - never encode or decode tokens with a base64 codec; use encode_source / decode_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoded | Yes | Token or full render URL |