---
title: "POST /contentmoderator/lists/v1.0/termlists"
method: POST
path: "/contentmoderator/lists/v1.0/termlists"
tags: ["ListManagementTermLists"]
---

# POST /contentmoderator/lists/v1.0/termlists

`POST /contentmoderator/lists/v1.0/termlists`

Creates a term list.

## Headers

- `Content-Type` string, required

## Request body

- object
  - `Name` string — Name of the list.
  - `Description` string — Description of the list.
  - `Metadata` object — Metadata of the list.

## Response `200`

OK.

- TermList — Term list properties.
  - `Id` integer — Term list ID.
  - `Name` string — Term list name.
  - `Description` string — Description for the term list.
  - `Metadata` object — Term list metadata.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.dev/azure/apis/content-moderator-client.md) · [All operations](https://skmtc.dev/azure/apis/content-moderator-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/content-moderator-client/revisions/463151b3b84e/schema)
