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.
All API requests require authentication via API Key. Include your API key in the Authorization header, prefixed with Token.Header Example:
Copy
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.
Assistant
Responses are generated using AI and may contain mistakes.