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.
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
AI Voice Agent
This app uses Recall.ai's Output Media API and OpenAI's real-time API to create a real-time conversational AI voice agent. The frontend is built with React, and the backend uses Node.js.
💻 Github
Real-time translator
This app uses Recall.ai's Output Media API and the Google Translate API to create a low-latency, real-time translation experience inside video conferencing calls. You can set the language you want to translate to explicitly, or simply tell the bot which language you want to translate to. The frontend is built in React.
💻 Github