Compatibility LayersLabelary CompatibilityQuickstart
Quickstart
Your first API request in 5 minutes
Before you begin
Get an API key from your account dashboard.
Simple Example
Render a label and save it as PNG:
curl -X POST "https://api.zpl.tools/compatibility/labelary/v1/printers/8dpmm/labels/4x6/0" \
-H "X-API-Key: your_api_key_here" \
--data "^XA^FO50,50^FDHello World^FS^XZ" \
-o label.pngMore Examples
See more examples with cURL, JavaScript, and Python including multi-page labels and different output formats.
Next Steps
- Full Reference: Browse the API Reference
- ZPL Help: See ZPL Documentation for command reference