---
title: "Create a field"
method: POST
path: "/services/fields/api/users/{leafUserId}/fields"
tags: ["Fields"]
---

# Create a field

`POST /services/fields/api/users/{leafUserId}/fields`

## Path parameters

- `leafUserId` string, required

## Request body

- object
  - `geometry` object
    - `type` string
    - `coordinates` array[]
      - unknown[]
        - unknown

## Response `201`

Field created

---

[API](https://skmtc.net/withleaf/apis/leaf-api.md) · [All operations](https://skmtc.net/withleaf/apis/leaf-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/withleaf/leaf-api/versions/ee7a2a2053e2/schema)
