Generate invoices, receipts, and business documents with a single API request. No HTML templates needed.
const pdf = await fetch("https://api.kagyz.com/v1/invoice", {method: "POST",headers: {"Authorization": "Bearer YOUR_API_KEY","Content-Type": "application/json"},body: JSON.stringify({invoice_number: "INV-001",issue_date: "2026-02-26",currency: "USD",from: { name: "Acme Corp" },to: { name: "John Doe" },items: [{ description: "Consulting", quantity: 1, unit_price: 500 }]})});
Documents
Bill your clients with professional invoices. Multi-currency, tax support.
POST /v1/invoiceConfirm payments with detailed receipts. Payment method & transaction tracking.
POST /v1/receiptSend professional proposals and estimates to win more clients.
POST /v1/quoteIssue refund and adjustment documents for proper accounting.
POST /v1/credit-noteGenerate shipping documents for e-commerce orders.
POST /v1/packing-slipHow it works
01
POST your document data — line items, addresses, tax, currency — as a simple JSON object.
02
Our engine formats your data into a clean, professional PDF in under 200ms.
03
Receive the PDF binary in the response. Save it, attach it to an email, or stream it to the browser.
Pricing
For side projects and testing
100 PDFs / month
For growing businesses
2,000 PDFs / month
For high-volume teams
10,000 PDFs / month