Render a ZPL label to an image or PDF using the Labelary service.
Returns raw image or PDF bytes on success (not JSON). The Content-Type header will be
set to the appropriate image or PDF MIME type.
On error, returns a JSON response with message and/or errors fields.
Documentation Index
Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
ZPL source code to render
Dots per millimeter resolution
6dpmm, 8dpmm, 12dpmm, 24dpmm Label width in inches
0.1 <= x <= 15Label height in inches
0.1 <= x <= 15Output format
png, pdf Label index in ZPL (for multi-label ZPL)
x >= 0Rendered label image or PDF
The response is of type file.