Get a template
get_templateFetch one template version: its JSON Schema, its default render options, an example payload and its HTML source. Read the schema before rendering — it is the contract for the data argument. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | Template to use: `invoice` for the latest version, or `invoice@3` to pin version 3. Pin the version in anything you ship — a new version changes the output and the cache key. Call list_templates to see what this account has. | |
| include_source | No | Include the HTML source in the response. Default true. Set false when you only need the schema. |