> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.meetstream.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.meetstream.ai/_mcp/server.

# Introduction

> Overview of the Meetstream Bot API.

Welcome to the Meetstream Bot API documentation. Here you'll find everything you need to manage and interact with meeting bots using our unified API.

## Overview

The Meetstream Bot API enables you to programmatically create, control, and monitor meeting bots across major platforms. This documentation is generated from an OpenAPI specification and provides detailed information on all available endpoints.

## Quick Start with Postman

To get started quickly with our API using Postman:

1. **Download the Collection**: <a href="Meetstream-Public.postman_collection.json" download>Click here to download the Postman collection</a>
2. **Import to Postman**: Open Postman → Click "Import" → Select the downloaded file
3. **Configure Environment**: Set your `api_key` and `URL` variables in Postman
4. **Start Testing**: Begin making API calls to test endpoints

The collection includes all available endpoints with pre-configured request examples.

## Authentication

All API requests require authentication via API Key. Include your API key in the `Authorization` header, prefixed with `Token`.

**Header Example:**

```
Authorization: Token YOUR_API_KEY
```

You can generate and manage your API keys from your Meetstream dashboard.

Authentication is defined in the OpenAPI spec as an `ApiKeyAuth` security scheme, applied globally to all endpoints.