Public relay endpoint for OCR completion callbacks. Validates a signed callback target and forwards the payload to the suspended workflow webhook.
curl --request POST \
--url https://api.case.dev/vault/ocr/callback \
--header 'Authorization: Bearer <token>'API key starting with sk_case_
Signed workflow webhook URL to forward the callback to
Vault object ID associated with the OCR workflow
ISO timestamp after which the relay request is rejected
HMAC signature for the relay parameters
Callback forwarded successfully
Was this page helpful?
curl --request POST \
--url https://api.case.dev/vault/ocr/callback \
--header 'Authorization: Bearer <token>'