Purchase Order API

Generate purchase orders from your application

Use the same document API for buyer-side purchase orders with reusable business profiles, customers, templates, branding, files, and webhooks.

POST /api/v1/documents/render
{
  "document_type": "purchase_order",
  "template": {
    "id": "tpl_modern"
  },
  "data": {
    "invoice_number": "PO-2026-001",
    "issue_date": "2026-09-16",
    "currency": "USD",
    "seller": {
      "name": "Acme Inc."
    },
    "buyer": {
      "name": "Northstar LLC"
    },
    "line_items": [
      {
        "name": "API integration",
        "quantity": "1",
        "unit_price": "1200.00"
      }
    ]
  },
  "output": {
    "format": "pdf",
    "delivery": "url"
  }
}

Structured data in

Use a document-aware schema instead of assembling HTML or manipulating a PDF library.

Professional PDF out

Apply templates and branding through the same rendering infrastructure used by every supported document type.

Grow into lifecycle APIs

Move from stateless rendering to managed documents, delivery, webhooks, files, payments and audit history when your product needs them.

One integration for the whole document set.

Invoices, proformas, credit notes, quotes, receipts, purchase orders and delivery notes use one API surface.

Start with 100 free renders