---
title: "Generate an AI draft reply"
method: POST
path: "/v3/inbox/threads/{id}/ai-draft/generate"
tags: ["Inbox"]
---

# Generate an AI draft reply

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

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

Generates an AI-suggested reply for an inbox thread. The same endpoint backs both the initial generate and the "Regenerate" action in the message editor — each call produces a fresh draft. To send the draft (with or without edits), use the existing `POST /v3/inbox/threads/{id}/messages` endpoint.

## Path parameters

- `id` integer, required

## Response `200`

AI draft generated

- object — Coming soon — full response shape is still being finalized.

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `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)
