---
title: "Suggest annotations"
method: POST
path: "/annoscaling/suggest"
tags: ["annoscaling"]
---

# Suggest annotations

`POST /annoscaling/suggest`

Suggest annotations

## Request body

- AnnoscalingSuggest
  - `project_id` integer, required — Project to retrieve suggestions
  - `code_id` integer, required — Code to provide suggestions for
  - `reject_cide_id` integer, required — Code to use as opposing code
  - `top_k` integer, required — Number of suggestions to provide

## Response `200`

Successful Response

- AnnoscalingResult[]
  - `sdoc_id` integer, required — ID of the source document
  - `sentence_id` integer, required — ID of the sentence within the document
  - `text` string, required — Sentence text

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/revisions/6b22366ce2d1/schema)
