Standalone Notetaker
Nylas Notetaker is a real-time meeting bot that you can invite to your online meetings. It records and transcribes your discussion, and delivers results to you using the Nylas API and webhook notifications.
The /v3/notetakers endpoints let you interact with Nylas Notetaker without referencing a grant. This lets all your users â even those who haven't authenticated with your Nylas application â use Notetaker in their meetings.
GET /v3/notetakersReturns a list of standalone Notetaker bots.
POST /v3/notetakersAdds a standalone Notetaker bot to the specified meeting. âšī¸ Nylas doesn't de-duplicate Notetaker bots . Every POST /v3/notetakers request you make invites a new Notetaker to the specified meeting.
GET /v3/notetakers/{notetaker_id}Returns the specified Notetaker bot and its details.
PATCH /v3/notetakers/{notetaker_id}Updates the specified scheduled standalone Notetaker bot.
DELETE /v3/notetakers/{notetaker_id}Permanently deletes the specified Notetaker and all associated data, including any recordings, transcripts, thumbnails, summaries, and action items. This works regardless of the Notetaker's current st...
GET /v3/notetakers/{notetaker_id}/historyReturns the full history of events and state changes for the specified standalone Notetaker bot.
DELETE /v3/notetakers/{notetaker_id}/cancelCancels a Notetaker that is in the scheduled state, preventing it from joining the meeting. This endpoint only works for Notetakers that haven't joined a meeting yet. To remove a Notetaker that is cur...
POST /v3/notetakers/{notetaker_id}/leaveSends a request to the specified Notetaker bot to leave the meeting it's currently attending.
GET /v3/notetakers/{notetaker_id}/mediaReturns a list of links to media generated by the specified standalone Notetaker bot.