# POST /websites/:id/pages

**Resource:** [Websites](./websites.md)  
**Scopes:** `websites:write`  
**Write operation:** yes

Create a page for a website. title and slug are required.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Website ID |
| `title` | body | string | yes | Page title |
| `slug` | body | string | yes | URL slug |
| `page_type` | body | string | no | Page type |

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