---
title: "Process a table-level annotation"
method: POST
path: "/documents/{document_id}/process_table_annotation"
tags: ["documents"]
---

# Process a table-level annotation

`POST /documents/{document_id}/process_table_annotation`

A fast and convenient annotation tool that converts a table-level annotation to cell-level feedback.

**Permission required:** review

## Request body

- TableAnnotationPost
  - `bottom_right` integer[]
  - `columns` ColumnBound[]
    - `field_name` string
    - `x_bounds` integer[]
  - `first_row_y_bounds` integer[]
  - `header_bottom_y` integer
  - `name` string
  - `top_left` integer[]

## Response `200`

Success

## Other responses

- `403` — Permission insufficient

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/versions/8ce53ebd6bd3/schema)
