---
title: "POST /api/v1/document/annotations/"
method: POST
path: "/api/v1/document/annotations/"
tags: ["document", "v1"]
---

# POST /api/v1/document/annotations/

`POST /api/v1/document/annotations/`

Create Annotation (Document Field Value)

## Request body

- Annotation
  - `pk` integer
  - `document` integer, required
  - `field` string, required
  - `value` object, nullable, required
  - `location_start` integer, nullable, required
  - `location_end` integer, nullable, required
  - `location_text` string, nullable
  - `modified_by` integer, nullable
  - `modified_date` string, date-time

## Response `201`

- Annotation
  - `pk` integer
  - `document` integer, required
  - `field` string, required
  - `value` object, nullable, required
  - `location_start` integer, nullable, required
  - `location_end` integer, nullable, required
  - `location_text` string, nullable
  - `modified_by` integer, nullable
  - `modified_date` string, date-time

---

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