Webhook Management
🔔 Webhook Management Overview
Webhooks let you get instant notifications when your transcriptions are finished. You can set up a webhook to send these updates to a web address of your choice, like your app or website. With our Webhook Management API, you can easily add, view, change, or remove webhooks to suit your needs.
What You Can Do
- Add a Webhook: Create a new webhook to start receiving transcription notifications.
- View Webhooks: See all your webhooks or check details of a specific one.
- Update a Webhook: Change a webhook’s settings, like its web address or format.
- Delete a Webhook: Remove a webhook to stop notifications.
How It Works
When a transcription is complete, we send a message to your webhook’s web address. You can choose how the transcript looks (e.g., as text or PDF) and whether to include extras like timestamps or speaker names. Use the API to manage your webhooks and keep your notifications organized.
Getting Started
To use the API, you’ll need an API key. Add it to your requests using the Authorization
header (e.g., Authorization: Bearer your-api-key
). Contact our support team to get your API key. Check the sections below for details on each action (add, view, update, delete).
Next Steps
Explore the guides below to learn how to manage your webhooks:
Updated about 14 hours ago