Printer resolution: 6dpmm (152 DPI), 8dpmm (203 DPI), 12dpmm (304 DPI), or 24dpmm (609 DPI). The resolution is floor(dpmm × 25.4), as on Labelary, so a 4×6 label is 812×1218 px at 8dpmm and 1216×1824 px at 12dpmm. The dpmm suffix is optional, and the API also accepts a bare number (8). Any value other than the four densities returns 400 Unknown print density, not 404.
width
number
Label width in inches (0.001–15)
height
number
Label height in inches (0.001–15)
index
number
Label index in the document (0-based). Required for PNG output. A PNG request on the all-labels endpoint returns 404.
⚠️ Validated only. The API accepts and rejects values exactly like Labelary, and checks that the label fits. It does not yet size or compose the PDF page. PDF only.
X-Page-Orientation
Portrait, Landscape
PDF page orientation
⚠️ Validated only (see above)
X-Page-Layout
{cols}x{rows}, e.g. 2x3
Labels per PDF page, in a grid
⚠️ Validated only (see above). The row count must fit the page height. The API does not yet arrange a grid.