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

# POST /api/v1/document/annotations/suggest/

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

Suggest field value before creating an annotation.

## Request body

- AnnotationSuggestRequest
  - `field` string, uuid, required
  - `document` integer, required
  - `quite` string, required

## 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)
