Business API

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

  1. Subscribe to Business.
  2. Create an API key in API Key Settings.
  3. Sign in to the Label Designer and save a custom template.
  4. Copy the cloud-synced Template ID.
  5. Send one or more records to POST /api/v1/generate-pdf.
  6. Download the PDF success response, or handle the JSON error response.