Authentication
Path parameter
Query parameter
string
Label paper size. Accepted values:
A4 or A5. Default: A4.Request
Use the-o flag in curl to save the binary response directly to a file:
Response
200 — PDF binary
The response body is the raw PDF file. TheContent-Type header is application/pdf.
Do not attempt to parse the AWB response as JSON. Pass it directly to a file stream, a PDF renderer, or a print queue.
Handling the binary in code
- Node.js
- Python
