← All Templates

Freelance Invoice

Free, customizable template with 24 dynamic fields. Use it via the API or duplicate it in your dashboard.

Variables

{{freelancer_name}}
Default: Sarah Chen
{{freelancer_title}}
Default: UI/UX Designer
{{freelancer_address}}
Default: 456 Design Ave Portland, OR 97201
{{invoice_number}}
Default: INV-2026-038
{{client_name}}
Default: Brightpath Labs
{{client_address}}
Default: 200 Innovation Blvd Austin, TX 78701
{{invoice_date}}
Default: March 25, 2026
{{due_date}}
Default: April 24, 2026
{{line_item_1}}
Default: Dashboard redesign — wireframes and high-fidelity mockups
{{hours_1}}
Default: 32
{{rate_1}}
Default: $95/hr
{{amount_1}}
Default: $3,040.00
{{line_item_2}}
Default: Design system component library
{{hours_2}}
Default: 18
{{rate_2}}
Default: $95/hr
{{amount_2}}
Default: $1,710.00
{{subtotal}}
Default: $4,750.00
{{tax_rate}}
Default: 0%
{{tax}}
Default: $0.00
{{total}}
Default: $4,750.00
{{bank_name}}
Default: Chase
{{account_number}}
Default: ****4821
{{routing_number}}
Default: 021000021
{{payment_terms}}
Default: Net 30. Late payments subject to 1.5% monthly interest.

API Usage

POST /api/v1/pdf
{
  "template_id": "freelance-invoice",
  "variables": {
    "freelancer_name": "...",
    "freelancer_title": "...",
    "freelancer_address": "...",
    ...
  }
}