v1
latestOpenAPI 3.0.02026-07-241220330.3 KBAI Analysis
Generate an AI analysis summary
Kicks off asynchronous AI summary generation for the given resource token. Returns 202 immediately if generation was enqueued, or 200 with the existing summary if one has already been generated for the resource.
An ai_analysis_completed webhook is delivered once generation finishes. To receive webhooks instead of polling, see Webhook Events.
post/ai-analysis
Request body
Example request
{
"resource_token": "L-aBcDeFgHiJkLmNoPqRsT"
}Response
A summary already exists for this resource.
Example response
{
"summary": "The applicant...",
"summary_message_uuid": "3f9a2b1c-4d5e-6f70-8192-a3b4c5d6e7f8",
"created_at": "2026-06-18T00:00:00.000Z",
"updated_at": "2026-06-18T00:00:00.000Z",
"resource_type": "evaluation"
}