---
title: "Send Annotations To Slack"
method: POST
path: "/api/v1/notifications/slack/send-annotations"
---

# Send Annotations To Slack

`POST /api/v1/notifications/slack/send-annotations`

Send annotation requests to Slack for the given examples.

## Headers

- `authorization` string, nullable

## Cookies

- `modaic_session` string, nullable

## Request body

- SendAnnotationRequest
  - `example_ids` string[], required
  - `arbiter_repo` string, required
  - `enum_values` string[], nullable
  - `schema_fields` object, nullable
  - `schema_type` string, nullable
  - `annotation_url` string, nullable

## Response `200`

Successful Response

- SendAnnotationResponse
  - `sent` integer, required
  - `failed` integer, required
  - `skipped` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/modaic-ai/apis/modaic-api.md) · [All operations](https://skmtc.net/modaic-ai/apis/modaic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modaic-ai/modaic-api/versions/43a90513ac59/schema)
