---
title: "Submit feedback on a generated AI draft"
method: POST
path: "/v3/inbox/threads/{id}/ai-draft/feedback"
tags: ["Inbox"]
---

# Submit feedback on a generated AI draft

`POST /v3/inbox/threads/{id}/ai-draft/feedback`

<Warning>
  **Coming soon.** This endpoint will be available by late July 2026.
</Warning>

Records a thumbs-up / thumbs-down on the AI-generated draft, with optional dislike reasons and a freeform comment. Used as a training signal.

Requires the AI SDR feature on the caller's team.

## Path parameters

- `id` integer, required

## Request body

- object
  - `vote` 'like' | 'dislike', required
  - `dislikeReasons` string[] — Categorized reasons when `vote` is `dislike`. The exact enum is still being finalized — coming soon.
  - `comment` string — Freeform comment from the user

## Response `204`

Feedback recorded

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — AI SDR feature is not available for the caller's team
- `404` — Thread not found

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
