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:- Download the Collection: Click here to download the Postman collection
- Import to Postman: Open Postman → Click “Import” → Select the downloaded file
- Configure Environment: Set your
api_keyandURLvariables in Postman - Start Testing: Begin making API calls to test endpoints
Authentication
All API requests require authentication via API Key. Include your API key in theAuthorization header, prefixed with Token.
Header Example:
ApiKeyAuth security scheme, applied globally to all endpoints.