Skip to main content
An operation submitted with a 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, an events 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:
The secret is the callback key the platform issues to you; the signature covers the full raw body.

Retries

  • Non-2xx / timeout retries with 1s / 5s / 30s / 5m / 30m backoff — 5 attempts total.
  • Exhausted attempts are marked dead (status: dead via List Deliveries).
  • A completion caused by :cancel does not fire a callback.