Tutorials

Start building faster with sample code.


If you're looking for examples of how to get started building with Recall, you can explore these sample applications. Each example provides a practical use case, complete with a detailed blog post and the full source code on GitHub. Build on these samples to gain a deeper understanding of working with the API.

Sample Apps

Retrieving Meeting Action Items From Zoom Meetings

This application demonstrates how to use Recall.ai’s API to deploy a bot to your Zoom meetings and extract actionable insights from the meeting transcript. By integrating with OpenAI's GPT-4, the app can analyze the transcript to identify key action items discussed during the meeting, ensuring you never miss important details even if you lose focus during the call. The frontend is built with React, and the backend uses Node.js and Express to handle interactions with Recall.ai and OpenAI.

📝 Blog 💻 Github


Real-Time Meeting Summaries From Zoom Meetings

This application serves as a boilerplate Zoom Meeting assistant built using Recall.ai, Anthropic's Claude API, and the Zoom Apps SDK. It uses an automated Zoom Meeting client to generate a transcript, request a summary, and provide the summary back to the user in the meeting in near real time. The frontend is built with React, and the backend uses Node.js and Express to handle interactions with Recall.ai and Anthropic’s Claude API.

💻 Github