Skip to main content
POST
/
vault
/
ocr
/
callback
Receive OCR callback relay events
curl --request POST \
  --url https://api.case.dev/vault/ocr/callback \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Query Parameters

target
string
required

Signed workflow webhook URL to forward the callback to

objectId
string
required

Vault object ID associated with the OCR workflow

expiresAt
string<date-time>
required

ISO timestamp after which the relay request is rejected

signature
string
required

HMAC signature for the relay parameters

Response

Callback forwarded successfully