Vaults
Receive OCR callback relay events
Public relay endpoint for OCR completion callbacks. Validates a signed callback target and forwards the payload to the suspended workflow webhook.
post/vault/ocr/callback
Query parameters
targetstring required
Signed workflow webhook URL to forward the callback to
objectIdstring required
Vault object ID associated with the OCR workflow
expiresAtstring date-time required
ISO timestamp after which the relay request is rejected
signaturestring required
HMAC signature for the relay parameters
Response
Callback forwarded successfully