Skip to content

Ask Email AI about one email

POST
/emails/{id}/ai

Answers 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

Request Body

application/json
JSON
{
  
"query": "string"
}

Responses

OK

application/json
JSON
{
  
"answer": "string",
  
"context_scope": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI