Use webhooks to export data from Cradl AI using HTTP.
POST
request to your webhook endpoint configured for the event type. The payload carries a JSON object. You can then use the information from the request’s JSON payload to send the data where you need it.
Open the Integrations tab
Set the endpoint URL
Choose HTTP method
Add optional headers
Authorization
or Content-Type
if required by your endpoint.Receive data as JSON
documentId
: Unique ID of the processed documentdocumentUrl
: Link to view the document in Cradl AImodelId
: ID of the model used for extractionmodelName
: Name of the extraction modelcreatedAt
: Time the document was processedfields
: Extracted fields from the documentrawText
: Full raw text (optional, based on your export settings)2XX
status code within a few seconds.