---
title: "Create a new extractor label in the database"
method: POST
path: "/extractors/labels"
tags: ["extractors"]
---

# Create a new extractor label in the database

`POST /extractors/labels`

## Request body

- ExtractorsLabel — An arbitrary text label on which users can filter the Extractor Catalog
  - `id` string
  - `name` string
  - `category` string
  - `extractors` string[]

## Response `200`

OK

- ExtractorsLabel — An arbitrary text label on which users can filter the Extractor Catalog
  - `id` string
  - `name` string
  - `category` string
  - `extractors` string[]

---

[API](https://skmtc.net/clowder-framework/apis/clowder.md) · [All operations](https://skmtc.net/clowder-framework/apis/clowder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clowder-framework/clowder/revisions/bcd187478e0d/schema)
