Professional header for invoices, proposals and business documents.
| Name | Type | Description |
|---|---|---|
| company | text | Company name |
| document_title | text | Document type e.g. "INVOICE" or "PROPOSAL" |
| document_number | text | Document number e.g. "#2026-042" |
| logo | image | Company logo URL |
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"
}'