# POST /exports/templates/:id/views

**Resource:** [Export Templates](./export-templates.md)  
**Scopes:** `exports:write`  
**Write operation:** yes

Create a saved view on an export template. A view stores a per-user filter/sort overlay without modifying the base template.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Template ID. |
| `name` | body | string | yes | View name. |
| `filters` | body | array | no | Filter overrides. Same ExportFilter shape as the template (see POST /exports/templates). |
| `sort` | body | array | no | Sort overrides. Same ExportSortEntry shape as the template. |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`