Understand Rev AI Webhooks with Examples
Webhooks are a key component of building event-driven Web applications, and they're also supported in the various Rev AI APIs. Learn more about Rev AI Webhooks and check out some examples.
Webhooks are a key component of building event-driven Web applications, and they’re also supported in the various Rev AI APIs. They provide a simple, efficient and asynchronous approach to manage requests submitted through our APIs.
How Rev AI Webhooks Work
- An application submits a job to a Rev AI API for processing, supplying a webhook URL in the
callback_url
parameter. - Once job processing is complete, the API sends an HTTP POST message to the webhook URL containing the results of processing.
- The webhook URL handler receives the HTTP POST request, parses the request body and implements further application-specific business logic as needed. This could be sending an email, updating a database record or even invoking another webhook.
The following diagram briefly explains the sequence of events:
If you’d like to use webhooks in your application but aren’t quite sure where to start, check out our tutorials below which provide detailed explanations and code samples to help you get started:
- Get Started with Rev AI API Webhooks
- Use Webhooks to Trigger Job Email Notifications with Node.js, Sendgrid and Express
- Save Transcripts to MongoDB with a Node.js Webhook
We hope you find these tutorials useful – write in and let us know what you think!
Heading
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Block quote
Ordered list
- Item 1
- Item 2
- Item 3
Unordered list
- Item A
- Item B
- Item C
Bold text
Emphasis
Superscript
Subscript
Subscribe to The Rev Blog
Sign up to get Rev content delivered straight to your inbox.