Captureprocessed
POSTed to your configured HTTPS endpoint within about a minute of a capture entering the stream. Verify the x-parable-signature header before trusting the payload, respond with any 2xx within 10 seconds, and dedupe on data.id — delivery is at-least-once.
Authorizations
Workspace API key (parable_...), minted in the Parable app under Settings → API.
Headers
Always capture.processed.
Delivery id (UUID), identifying the attempt chain.
t=<unix seconds>,v1=<hex hmac_sha256(secret, "<t>.<raw body>")> computed over the raw request body bytes.
Body
Response
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.