---
title: "Create a web page"
method: POST
path: "/api/v1/web_pages"
tags: ["WebPages"]
---

# Create a web page

`POST /api/v1/web_pages`

## Request body

- V1AddWebPage
  - `is_active` boolean
  - `title` string, required
  - `meta_description` string, nullable
  - `meta_keywords` string, nullable
  - `page_content` string, nullable
  - `group_id` integer, nullable
  - `order_by` integer
  - `override_url` string, nullable

## Response `200`

The added web page

- TempestResponseV1WebPage
  - `meta` object, nullable
  - `links` TempestLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
  - `validation_result` TempestValidationError[], nullable
    - `member_names` string[], nullable
    - `error_message` string, nullable
  - `errors` object, nullable
  - `data` V1WebPage
    - `id` integer
    - `group_id` integer, nullable
    - `is_active` boolean
    - `title` string, required
    - `meta_description` string, nullable
    - `meta_keywords` string, nullable
    - `page_content` string, nullable
    - `order_by` integer
    - `override_url` string, nullable

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/ekm/apis/ekm-partner-api.md) · [All operations](https://skmtc.dev/ekm/apis/ekm-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ekm/ekm-partner-api/revisions/853bef073bb3/schema)
