---
title: "Add a city"
method: POST
path: "/cities"
tags: ["cities"]
---

# Add a city

`POST /cities`

## Headers

- `Authorization` string, required

## Response `201`

OK, created

## Other responses

- `400` — Name missing, city not created
- `401` — No token provided
- `403` — Region not found, city not created
- `409` — Other failure, city not created

---

[API](https://skmtc.dev/packtpublishing/apis/world-data-api.md) · [All operations](https://skmtc.dev/packtpublishing/apis/world-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/world-data-api/revisions/9f0bf3e19907/schema)
