Skip to main content
See the end‑to‑end flow in the Webhooks overview.

Installation

Install the required packages:

Python (FastAPI)

This minimal FastAPI handler verifies the webhook signature using Svix and then calls chunkr.tasks.parse.get(task_id).
Run the server locally:

TypeScript (Bun)

This minimal Bun server verifies the webhook signature using Svix and then calls chunkr.tasks.parse.get(task_id).
Run the server locally: