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
Requiredstring
Request Body
application/json
JSON "query": "string"
{
}
Responses
OK
application/json
JSON "answer": "string", "context_scope": "string"
{
}