Business API
Generate PDFs from saved Sheets To Labels templates in server-side workflows
The Sheets To Labels Business API turns a saved cloud template and one or more data records into a downloadable PDF. Use the same endpoint for a single document or a batch that should be combined into one print-ready file. It is designed for backend services, scheduled jobs, CRMs, workflow tools, and other recurring automation.
If your workflow is specifically about barcode labels, QR cards, Avery-compatible sheets, or thermal label PDFs, start with the Label Generation API overview.
Eligibility
API access requires an active Business Monthly or Business Yearly subscription. One-time credit packs add usage credits to an active Business account, but do not unlock API access by themselves.
Before subscribing, use the API Playground to generate a real watermarked PDF without an API key. Signed-in accounts can also start a one-time 7-day trial with 10 successful single-page requests from API Key Settings.
Workflow
- Subscribe to Business.
- Create an API key in API Key Settings.
- Sign in to the Label Designer and save a custom template.
- Copy the cloud-synced Template ID.
- Send one or more records to
POST /api/v1/generate-pdf. - Download the PDF success response, or handle the JSON error response.
API Playground
Generate a real demo PDF without an API key.
Label Generation API
See print-ready label, barcode, QR card, sheet, and thermal workflows.
Quick Start
Create a key and generate your first PDF.
Generate PDF
Generate one PDF from a single record or a batch.
Errors
HTTP statuses, stable error codes, and request IDs.