---
title: "Create Page Intent"
method: POST
path: "/api/admin/page-intents"
tags: ["admin"]
---

# Create Page Intent

`POST /api/admin/page-intents`

Create a new intent-to-action mapping.

## Headers

- `authorization` string, required

## Request body

- CreateIntentActionRequest — Request to create an intent-to-action mapping.
  - `product_id` string, required
  - `url_pattern` string, required
  - `page_name` string, nullable
  - `intent_patterns` string[], required
  - `actions` object[], required
  - `notes` string, nullable
  - `condition` string, nullable
  - `source_capture_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/dafdd6b267c4?raw)
