Skip to Content
Webhook

Webhook

When an analysis is completed, a POST request will be sent to the registered webhook. The request body will be structured as follows:

{ "event": "analysisCompleted", "data": { "projectId": "96c5c57f-8f8f-4f77-b7aa-550cb712aae9", "analysisId": "34ae8534-feb6-436e-8c92-cdba28a00a98", "kruncherEntityCompanyId": "04cc17f7-57d9-47ad-ba61-11912af9c027" } }

Fields:

  • event: Event type indicating analysis completion.
  • data: Contains details about the completed analysis.
    • projectId: The ID of the project the analysis pertains to.
    • analysisId: The ID of the completed analysis.
    • kruncherEntityCompanyId: The ID of the related Kruncher entity company.
Last updated on
2025 © Kruncher.AI