---
title: "Create Vocabulary"
method: POST
path: "/api/admin/vocabulary"
tags: ["admin"]
---

# Create Vocabulary

`POST /api/admin/vocabulary`

Create a vocabulary mapping.

## Headers

- `authorization` string, required

## Request body

- CreateVocabularyRequest — Request to create a vocabulary mapping.
  - `product_id` string, required
  - `term` string, required
  - `canonical` string, required
  - `url_pattern` 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/66e6366f8ef9?raw)
