Skip to content

Generate reply suggestions for one email

POST
/emails/{id}/suggest-replies

Generates reply choices using the selected email plus Kumbukum context. Context search checks the email project first, then all projects only when no usable project records are found.

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*
Type
string
Required

Responses

OK

application/json
JSON
{
  
"context_scope": "string",
  
"replies": [
  
  
{
  
  
  
"title": "string",
  
  
  
"body_text": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI