# NeetoRecord API > NeetoRecord API docs guide to manage recordings from external channels ## Docs - [List recordings](https://apidocs.neetorecord.com/api-reference-v1/recordings/list.md): List all recordings. - [Add team members](https://apidocs.neetorecord.com/api-reference-v1/team-members/add.md): Add team members to the workspace. - [List team members](https://apidocs.neetorecord.com/api-reference-v1/team-members/list.md): List team members in the workspace. - [Remove team member](https://apidocs.neetorecord.com/api-reference-v1/team-members/remove.md): Remove team members from the workspace. - [Update team member details](https://apidocs.neetorecord.com/api-reference-v1/team-members/update.md): Update a team member. - [List recordings](https://apidocs.neetorecord.com/api-reference/recordings/list.md): List all recordings. - [Get a screenshot at a timestamp](https://apidocs.neetorecord.com/api-reference/recordings/screenshot.md): Extracts a still frame of the recording at the given timestamp and returns a presigned URL to the image. If `is_screenshot_ready` is `false`, the recording's downloadable video is not up to date yet — call `POST /recordings/{id}/trigger-mp4` to regenerate it, then retry. - [Add team members](https://apidocs.neetorecord.com/api-reference/team-members/add.md): Add team members to the workspace. - [Get team member details](https://apidocs.neetorecord.com/api-reference/team-members/get.md): Retrieves details of a specific team member. - [List team members](https://apidocs.neetorecord.com/api-reference/team-members/list.md): List team members in the workspace. - [Remove team member](https://apidocs.neetorecord.com/api-reference/team-members/remove.md): Remove team members from the workspace. - [Update team member](https://apidocs.neetorecord.com/api-reference/team-members/update.md): Update a team member. - [Authentication](https://apidocs.neetorecord.com/getting-started/authentication.md): Learn how to authenticate your requests to the NeetoRecord API using API keys. - [Introduction](https://apidocs.neetorecord.com/getting-started/introduction.md): Welcome to the NeetoRecord API documentation. - [Pagination](https://apidocs.neetorecord.com/getting-started/pagination.md): Learn how to handle paginated responses in the NeetoRecord API. - [HTTP response codes](https://apidocs.neetorecord.com/getting-started/response-codes.md): Learn about the HTTP status codes returned by the API. - [Workspace subdomain](https://apidocs.neetorecord.com/getting-started/workspace-subdomain.md): Learn how to find your workspace subdomain. ## OpenAPI Specs - [recordings](https://apidocs.neetorecord.com/bundled/recordings.yaml) - [team-members](https://apidocs.neetorecord.com/bundled/team-members.yaml) - [openapi](https://apidocs.neetorecord.com/api-reference/openapi.json)