Skip to content
Skip to main content

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.

Endpoints

9
GET
Return all standalone Notetakers
GET /v3/notetakers

Returns a list of standalone Notetaker bots.

POST
Invite standalone Notetaker to meeting
POST /v3/notetakers

Adds 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
Return a standalone Notetaker
GET /v3/notetakers/{notetaker_id}

Returns the specified Notetaker bot and its details.

PATCH
Update standalone Notetaker
PATCH /v3/notetakers/{notetaker_id}

Updates the specified scheduled standalone Notetaker bot.

DELETE
Delete a standalone Notetaker
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
Return standalone Notetaker history
GET /v3/notetakers/{notetaker_id}/history

Returns the full history of events and state changes for the specified standalone Notetaker bot.

DELETE
Cancel standalone Notetaker
DELETE /v3/notetakers/{notetaker_id}/cancel

Cancels 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
Remove standalone Notetaker from meeting
POST /v3/notetakers/{notetaker_id}/leave

Sends a request to the specified Notetaker bot to leave the meeting it's currently attending.

GET
Return standalone Notetaker media links
GET /v3/notetakers/{notetaker_id}/media

Returns a list of links to media generated by the specified standalone Notetaker bot.