---
title: "Create Custom Field"
method: POST
path: "/api/v1/custom-fields"
tags: ["Custom Fields"]
---

# Create Custom Field

`POST /api/v1/custom-fields`

Create a new custom field.

## Request body

- CustomFieldCreateExternal
  - `name` string, required — Name of the custom field. Must be snake_case.
  - `description` string, nullable — Description of the custom field.
  - `category` 'HRIS' | 'ATS' | 'LMS', required
  - `model` string, required — Model on which the custom field is to be applied.

## Response `201`

Successful Response

- object

## Other responses

- `401` — Missing or invalid bearer authentication credentials.
- `403` — The credentials are valid but do not permit access to this resource, e.g. a connector token used on a different API category or a model whose writes are disabled.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

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