One API to record, transcribe, and analyze meetings
The Nylas Notetaker API sends meeting bots to join Google Meet, Microsoft Teams, and Zoom calls, and provides the recordings & diarized transcripts for your application.
The Nylas Notetaker API sends meeting bots to join Google Meet, Microsoft Teams, and Zoom calls, and provides the recordings & diarized transcripts for your application.
Nylas Notetaker connects to your user’s calendar and events to join the meetings they’re invited to, so that your application can unlock conversational intelligence.
Nylas provides a single platform to connect to your user’s calendars, events, and then send Notetakers to their calls through our Calendar API.
Integrate your product into all of the major video conferencing platforms in just a few lines of code, with best in class transcription out of the box.
Save thousands of dev and QA hours with meeting bots that join, record, and transcribe calls, even if there’s no official provider API.
Invite Notetaker to join meetings
curl --request POST \
--url "api.nylas.com/${GRANT_ID}/notetakers" \
--data '{
"meeting_link": "<MEETING_URL>",
"notetaker_name": "<NOTETAKER_NAME>",
}
}'
Get started with just an API key and a meeting URL
Get a list of scheduled Notetakers
curl --request GET \
--url "api.nylas.com/${GRANT_ID}/notetakers"
Find out when & where any online meeting happens.
Download transcript and meeting recordings
curl --request GET \
--url "api.nylas.com/${GRANT_ID}/notetakers/
${NOTETAKER_ID}/recordings" \
--header "Authorization: Bearer ${NYLAS_API_KEY}" \
--output "video_recording.mp4"
Transcriptions powered by AssemblyAI, the leading word-to-speech provider.
Bring video playback, automatic transcription playback, and analysis into your product.
Discover the power of the Notetaker API and connect up to five accounts for free.