---
title: "Batch Tag Text Blocks"
method: POST
path: "/api/proposal-text/batch-tag"
tags: ["proposal-text"]
---

# Batch Tag Text Blocks

`POST /api/proposal-text/batch-tag`

Auto-tag text blocks using a fast model. Single call for all blocks.

## Request body

- BatchTagRequest
  - `blocks` TextBlockForTagging[], required
    - `id` string, required
    - `heading` string, nullable
    - `body` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/every/apis/every-api.md) · [All operations](https://skmtc.dev/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/every/every-api/revisions/88bb31b8dace/schema)
