callback_url (HTTPS) receives a POST when it completes — success or failure.
Payload
The body is the operation snapshot. On a successful ingest that detected safety events, anevents array is appended:
When no detector is enabled or nothing is detected, the
events key is omitted — the body shape is otherwise unchanged. A safe video is silent.Signature
Each delivery carries:secret is the callback key the platform issues to you; the signature covers the full raw body.
Retries
- Non-
2xx/ timeout retries with1s / 5s / 30s / 5m / 30mbackoff — 5 attempts total. - Exhausted attempts are marked dead (
status: deadvia List Deliveries). - A completion caused by
:canceldoes not fire a callback.
