# Standalone Notetaker

Source: https://developer.nylas.com/docs/reference/api/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

- **GET** `/v3/notetakers` - [Return all standalone Notetakers](https://developer.nylas.com/docs/reference/api/standalone-notetaker/get-all-standalone-notetakers/)
- **POST** `/v3/notetakers` - [Invite standalone Notetaker to meeting](https://developer.nylas.com/docs/reference/api/standalone-notetaker/invite-standalone-notetaker/)
- **GET** `/v3/notetakers/{notetaker_id}` - [Return a standalone Notetaker](https://developer.nylas.com/docs/reference/api/standalone-notetaker/get-standalone-notetaker/)
- **PATCH** `/v3/notetakers/{notetaker_id}` - [Update standalone Notetaker](https://developer.nylas.com/docs/reference/api/standalone-notetaker/update-standalone-notetaker/)
- **DELETE** `/v3/notetakers/{notetaker_id}` - [Delete a standalone Notetaker](https://developer.nylas.com/docs/reference/api/standalone-notetaker/delete-standalone-notetaker/)
- **GET** `/v3/notetakers/{notetaker_id}/history` - [Return standalone Notetaker history](https://developer.nylas.com/docs/reference/api/standalone-notetaker/get-standalone-notetaker-history/)
- **DELETE** `/v3/notetakers/{notetaker_id}/cancel` - [Cancel standalone Notetaker](https://developer.nylas.com/docs/reference/api/standalone-notetaker/cancel-standalone-notetaker/)
- **POST** `/v3/notetakers/{notetaker_id}/leave` - [Remove standalone Notetaker from meeting](https://developer.nylas.com/docs/reference/api/standalone-notetaker/post-standalone-notetaker-leave/)
- **GET** `/v3/notetakers/{notetaker_id}/media` - [Return standalone Notetaker media links](https://developer.nylas.com/docs/reference/api/standalone-notetaker/get-standalone-notetaker-media/)
