Generate an AI draft reply
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
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.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Thread id
x >= 1Response
AI draft generated
Coming soon — full response shape is still being finalized.