Print to their printer, from your server
Embed label printing in your product. One API call reaches your user's local printer: no drivers, no dialogs, no agent to build.
Months writing and maintaining a cross-platform print agent just so your app can reach a thermal printer.
It's built, and already on your users' machines. Call the API; the label prints. A cent each.
Browsers can't print silently to a thermal printer. Every platform that needs it (a WMS, OMS, POS, or Shopify app) ends up rebuilding the same fragile agent. You don't have to.
Two ways to build
Local API: free, client-side
Your web page talks to the Print Bridge on the user's machine over a secure loopback connection (
local.paperready.studio→ 127.0.0.1 with a real cert). List printers, send a document or raw ZPL. Nothing leaves the machine. Local API reference →Cloud API: server-to-server
Print from your backend to your users' local printers over our relay, metered at $0.01 per delivered print. Reach for this when the print trigger lives on your servers, not the browser. Cloud print API →
What the cloud API gives you
Render or pass through
POST a saved design plus data and we render it server-side to the printer's exact size, or send raw ZPL/EPL straight through. Bulk mail-merge in a single call.
Webhooks on every job
Signed webhooks fire on queued, printed, failed and expired, so your app learns the outcome without polling.
Safe retries
Idempotency keys mean a retried request never double-prints, which matters when a job crosses the network.
SDKs, OpenAPI & a playground
Zero-dependency JavaScript and Python SDKs, a full OpenAPI spec, and a live “try it” panel in the console.
Multi-tenant sub-accounts
Give each of your customers an isolated workspace and Print Bridge; all usage rolls up to your single bill. Built for platforms.
Your first print in three steps
- Create an API key. Sign in with your email (no password, a one-time link that also creates your account), then open the developer console and add a key under Keys.
- Pair a Print Bridge. Install the Print Bridge on the machine with the printer and pair it to your workspace with a code from the console.
- Call
/api/v1/print. Send a saved design + data (or raw ZPL). The job is delivered to the paired Bridge and printed. You're billed $0.01 only when it actually prints.
Print from your server, today.
Open the developer consoleFree · sign in with email · no card, no commitment
Local vs cloud
| Local API | Cloud API | |
|---|---|---|
| Print trigger | Browser / client-side | Your server |
| Reaches the printer via | Loopback on the user's machine | Cloud relay → user's agent |
| Auth | Same-origin, per-machine | API key |
| Server-side render & webhooks | No | Yes |
| Pricing | Free | $0.01 / delivered print |
| Status | Available now | Available now |
Pricing
End-user plans never meter prints. That's a promise to shippers. The cloud API is the one place metering makes sense: $0.01 per delivered print, no monthly minimum, only for jobs that actually print (an offline printer that expires is free). One platform integration can cover thousands of endpoints. Email us before you go high-volume and we'll make sure you're set up.
Free · sign in with email · no card, no commitment