---
title: "Create a Location"
method: POST
path: "/locations"
---

# Create a Location

`POST /locations`

## Headers

- `Accept-Encoding` string, required

## Request body

- object
  - `name` string, required — The name of the location
  - `geometry` string, json, required — The GeoJSON geometry representation of the location object
  - `tags` string[]
  - `direction` number, float — The location direction in degrees clockwise from due north

## Response `200`

200

---

[API](https://skmtc.dev/tomorrow/apis/tomorrowio-api.md) · [All operations](https://skmtc.dev/tomorrow/apis/tomorrowio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tomorrow/tomorrowio-api/revisions/18905002092a/schema)
