# Tiro API Documentation ## Docs - [Create Team Folder](https://api-docs.tiro.ooo/api-reference/folder/create-team-folder.md): Create a new folder in the team workspace. - [Delete Team Folder](https://api-docs.tiro.ooo/api-reference/folder/delete-team-folder.md): Delete a team folder. - [Get Team Folder](https://api-docs.tiro.ooo/api-reference/folder/get-team-folder.md): Retrieve detailed information about a specific team folder - [Get Team Folder Path](https://api-docs.tiro.ooo/api-reference/folder/get-team-folder-path.md): Retrieve the breadcrumb path from root to the specified team folder - [Get Team Folder Tree](https://api-docs.tiro.ooo/api-reference/folder/get-team-folder-tree.md): Retrieve team folder hierarchy as a tree structure - [Get User Folder Path](https://api-docs.tiro.ooo/api-reference/folder/get-user-folder-path.md): Retrieve the breadcrumb path from root to the specified folder - [Get User Folder Tree](https://api-docs.tiro.ooo/api-reference/folder/get-user-folder-tree.md): Retrieve user folder hierarchy as a tree structure - [List Folders by Note](https://api-docs.tiro.ooo/api-reference/folder/list-folders-by-note.md): Retrieve folders for a specific note - [List Team Folders](https://api-docs.tiro.ooo/api-reference/folder/list-team-folders.md): Retrieve team folders with cursor-based pagination. - [List User Folders](https://api-docs.tiro.ooo/api-reference/folder/list-user-folders.md): Retrieve user folders with cursor-based pagination. - [Move Team Folder](https://api-docs.tiro.ooo/api-reference/folder/move-team-folder.md): Move a folder to a new parent folder or to the root level. - [Update Team Folder](https://api-docs.tiro.ooo/api-reference/folder/update-team-folder.md): Update an existing team folder. - [Get Note Document Template](https://api-docs.tiro.ooo/api-reference/note-document-template/get-note-document-template.md): Retrieve a specific note document template by ID. - [List Note Document Templates](https://api-docs.tiro.ooo/api-reference/note-document-template/list-note-document-templates.md): Retrieve all available note document templates. - [Generate Note Document](https://api-docs.tiro.ooo/api-reference/note-document/generate-note-document.md): Generate a note document based on a template. - [Get Note Document](https://api-docs.tiro.ooo/api-reference/note-document/get-note-document.md): Retrieve a specific note document by ID. - [List Note Documents](https://api-docs.tiro.ooo/api-reference/note-document/list-note-documents.md): List all documents generated for a specific note. - [Delete Share Link](https://api-docs.tiro.ooo/api-reference/note-share-link/delete-share-link.md): Delete the share link for a note. - [Get Share Link](https://api-docs.tiro.ooo/api-reference/note-share-link/get-share-link.md): Retrieve the current share link for a note. - [Upsert Share Link](https://api-docs.tiro.ooo/api-reference/note-share-link/upsert-share-link.md): Create or update a share link for a note. - [Get Note Summary](https://api-docs.tiro.ooo/api-reference/note-summary/get-note-summary.md): Retrieve a specific summary with full content. - [List Note Summaries](https://api-docs.tiro.ooo/api-reference/note-summary/list-note-summaries.md): List all summaries generated for a specific note. - [Get Note](https://api-docs.tiro.ooo/api-reference/note/get-note.md): Retrieve a single note by its GUID - [List Note Paragraphs](https://api-docs.tiro.ooo/api-reference/note/list-note-paragraphs.md): Retrieve paragraphs for a specific note - [List Notes](https://api-docs.tiro.ooo/api-reference/note/list-notes.md): List notes with cursor-based pagination - [Reserve Note GUID](https://api-docs.tiro.ooo/api-reference/note/reserve-note-guid.md): Reserve a note GUID for later use in note creation. This allows you to: - Get a GUID before actually creating the note - Use the reserved GUID when creating a note with POST /v1/notes (internal API) - Reservation expires after 1 hour if not used - [Create Team Word Memory](https://api-docs.tiro.ooo/api-reference/word-memory/create-team-word-memory.md): Register a new word to the team's shared word memory. - [Create User Word Memory](https://api-docs.tiro.ooo/api-reference/word-memory/create-user-word-memory.md): Register a new word to the user's personal word memory. - [Delete Team Word Memory](https://api-docs.tiro.ooo/api-reference/word-memory/delete-team-word-memory.md): Delete a team word memory. This action is irreversible. - [Delete User Word Memory](https://api-docs.tiro.ooo/api-reference/word-memory/delete-user-word-memory.md): Delete a word memory. This action is irreversible. - [Get Team Word Memory](https://api-docs.tiro.ooo/api-reference/word-memory/get-team-word-memory.md): Retrieve a specific team word memory by ID - [Get User Word Memory](https://api-docs.tiro.ooo/api-reference/word-memory/get-user-word-memory.md): Retrieve a specific word memory by ID - [List Team Word Memories](https://api-docs.tiro.ooo/api-reference/word-memory/list-team-word-memories.md): Retrieve team word memories with cursor-based pagination. - [List User Word Memories](https://api-docs.tiro.ooo/api-reference/word-memory/list-user-word-memories.md): Retrieve user word memories with cursor-based pagination. - [Update Team Word Memory](https://api-docs.tiro.ooo/api-reference/word-memory/update-team-word-memory.md): Update an existing team word memory. - [Update User Word Memory](https://api-docs.tiro.ooo/api-reference/word-memory/update-user-word-memory.md): Update an existing word memory. - [Changelog](https://api-docs.tiro.ooo/changelog/changelog.md) - [Links](https://api-docs.tiro.ooo/external.md): View API schemas in external documentation tools - [API Overview](https://api-docs.tiro.ooo/fundamentals/api-overview.md): Overview of the Tiro API for AI-powered note-taking - [Authentication](https://api-docs.tiro.ooo/fundamentals/authentication.md): Learn how to authenticate with the Tiro API - [Error Handling](https://api-docs.tiro.ooo/fundamentals/error-handling.md): Complete guide to handling errors in the Tiro API - [Note Data Model](https://api-docs.tiro.ooo/fundamentals/note-data-model.md): How a Note is structured — Paragraphs, NoteSummary, NoteDocument, NoteDocumentTemplate — and which API to call for what - [Supported Locales](https://api-docs.tiro.ooo/fundamentals/supported-locales.md): Locales used for transcription, translation, and summaries - [Quickstart](https://api-docs.tiro.ooo/getting-started/quickstart.md): Get started with the Tiro API in under 5 minutes - [Authentication](https://api-docs.tiro.ooo/mcp/authentication.md): Set up API Key authentication for Tiro MCP Server - [Tiro MCP Server](https://api-docs.tiro.ooo/mcp/overview.md): Connect AI agents to your Tiro meeting notes via Model Context Protocol - [auth_status](https://api-docs.tiro.ooo/mcp/tools/auth-status.md): Check current authentication status and permissions - [Folders](https://api-docs.tiro.ooo/mcp/tools/folders.md): Manage personal and team folder structures - [Note Documents](https://api-docs.tiro.ooo/mcp/tools/get-documents.md): List and retrieve structured meeting documents with action items and decisions - [get_note_summary](https://api-docs.tiro.ooo/mcp/tools/get-summary.md): Retrieve AI-generated meeting summaries - [get_note_transcript](https://api-docs.tiro.ooo/mcp/tools/get-transcript.md): Retrieve the complete conversation transcript of a meeting note - [MCP Tools Overview](https://api-docs.tiro.ooo/mcp/tools/overview.md): Complete reference for all 29 tools available in the Tiro MCP Server - [search_notes](https://api-docs.tiro.ooo/mcp/tools/search-notes.md): Search meeting notes and return metadata only - [Share Links](https://api-docs.tiro.ooo/mcp/tools/share-links.md): Create, retrieve, and delete share links for notes - [Voice Files](https://api-docs.tiro.ooo/mcp/tools/voice-files.md): Check processing status and retrieve transcripts and translations - [Troubleshooting](https://api-docs.tiro.ooo/mcp/troubleshooting.md): Common issues and solutions for Tiro MCP Server - [MCP Use Cases](https://api-docs.tiro.ooo/mcp/use-cases.md): Step-by-step workflows for AI agents: search meetings, generate documents, manage share links with Tiro MCP tools - [Summary And Document](https://api-docs.tiro.ooo/template-based-documents/summary-and-document.md): Understanding NoteDocument and NoteSummary - [Best Practices](https://api-docs.tiro.ooo/webhooks/best-practices.md): Best practices for handling webhook events - [FolderNote Events](https://api-docs.tiro.ooo/webhooks/events/folder-note-events.md): Webhook events for FolderNoteRelation resources - [Note Document Events](https://api-docs.tiro.ooo/webhooks/events/note-document-events.md): Webhook events for NoteDocument resources - [Note Events](https://api-docs.tiro.ooo/webhooks/events/note-events.md): Webhook events for Note resources - [Note Summary Events](https://api-docs.tiro.ooo/webhooks/events/note-summary-events.md): Webhook events for NoteSummary resources - [Event Structure](https://api-docs.tiro.ooo/webhooks/events/schema.md): Standard webhook event payload structure and implementation guidelines - [Overview](https://api-docs.tiro.ooo/webhooks/overview.md): Real-time event notifications for your application ## OpenAPI Specs - [openapi](https://api-docs.tiro.ooo/openapi.yaml)