---
title: "Create a new state"
method: POST
path: "/states"
tags: ["State Controller"]
---

# Create a new state

`POST /states`

Create a new state for a country

## Request body

- CreateStateDto
  - `countryId` number, required — ID of the country this state belongs to
  - `stateName` string, required — State name
  - `externalLink` string, nullable — External domain URL for this state
  - `isActive` boolean — Whether the state is active

## Response `201`

State created successfully

---

[API](https://skmtc.dev/findmydocument/apis/land-registry-api.md) · [All operations](https://skmtc.dev/findmydocument/apis/land-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/findmydocument/land-registry-api/revisions/b55a990514fb/schema)
