Generate an AI draft reply
Inbox
Generate an AI draft reply
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.
POST
Generate an AI draft reply
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Thread id
Required range:
x >= 1Response
AI draft generated
Coming soon — full response shape is still being finalized.