Back to Templates
document1200 × 480px

Invoice & Proposal Header

Professional header for invoices, proposals and business documents.

#invoice #proposal #business #document
View API Docs
Created with Fabric.js 6.9.0 Acme Corp hello@acmecorp.com www.acmecorp.com INVOICE #2026-042 BILL TO DATE DUE DATE

Parameters

NameTypeDescription
companytextCompany name
document_titletextDocument type e.g. "INVOICE" or "PROPOSAL"
document_numbertextDocument number e.g. "#2026-042"
logoimageCompany logo URL

API Usage

POST /api/v1/image
curl -X POST https://templateson.com/api/v1/image \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "template_id": "invoice-header",
  "company": "Your company",
  "document_title": "Your document title",
  "document_number": "Your document number",
  "logo": "https://example.com/photo.jpg"
}'