Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Workspace API key (parable_...), minted in the Parable app under Settings → API.

Headers

x-parable-event
string
required

Always capture.processed.

x-parable-delivery
string<uuid>
required

Delivery id (UUID), identifying the attempt chain.

x-parable-signature
string
required

t=<unix seconds>,v1=<hex hmac_sha256(secret, "<t>.<raw body>")> computed over the raw request body bytes.

Body

application/json
event
enum<string>
required
Available options:
capture.processed
delivery_id
string<uuid>
required
emitted_at
string<date-time>
required
data
object
required

One finished capture with its full transcript.

Response

200

Any 2xx acknowledges the delivery. Non-2xx, timeouts (10s), and connection errors retry after 1m, 5m, 15m, 1h, 6h, 24h before the delivery is marked failed.