Receive Analysis
Xosum.am will send a POST request to this URL once a checklist-based analysis is complete. This endpoint does not require any Authorization header. Use the secret field to verify the source.
Note: This is a callback URL provided by the user and is not part of the public Xosum.am API.
checklistId. The path /your-analysis-webhook-url is a placeholder for whatever publicly-reachable URL you configure in your account.secret field matches your webhookSecret, return 200 OK quickly, and process the results map asynchronously. Each entry in results is keyed by the checklist question ID; see AnalysisResultEntry in the schema below for the per-question shape.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Event type for checklist analysis completion.
analysis_ready Webhook secret to validate authenticity.
Transcription/recording job ID.
Analysis document ID.
Metadata passed during creation.
Checklist ID used for this analysis (if present).
Checklist name snapshot captured at analysis time (if present).
Map keyed by checklist question ID, where each value contains the analysis result.
Direct URL to the recording details inside Xosum.am.
Response
Webhook received and acknowledged.
