---
title: "Create a new NuccSpecialty"
method: POST
path: "/specialties/nucc"
tags: ["Specialty"]
---

# Create a new NuccSpecialty

`POST /specialties/nucc`

Creates a new NuccSpecialty

## Headers

- `tenant-id` string, required

## Request body

- CreateNuccSpecialtyRequest
  - `data` NuccSpecialtySchema — Represents the NUCC specialty information options for a healthcare provider.
    - `classification` string, required — The classification of the NUCC specialty
    - `specialization` string, nullable — The specific specialization within the NUCC classification
    - `category` 'Individual' | 'Non-Individual', required — Allowed categories for NUCC Specialty
    - `displayName` string, required — The human-readable name of the NUCC specialty
    - `specialtyNuccTaxonomyCode` string, required — The NUCC taxonomy code associated with the specialty

## Response `201`

Successfully created the NuccSpecialty

- NuccSpecialtySchema — Represents the NUCC specialty information options for a healthcare provider.
  - `classification` string, required — The classification of the NUCC specialty
  - `specialization` string, nullable — The specific specialization within the NUCC classification
  - `category` 'Individual' | 'Non-Individual', required — Allowed categories for NUCC Specialty
  - `displayName` string, required — The human-readable name of the NUCC specialty
  - `specialtyNuccTaxonomyCode` string, required — The NUCC taxonomy code associated with the specialty

## Other responses

- `400` — Invalid request data
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
