Convo

Introduction

Convo is a real-time AI meeting assistant. Access your meeting data programmatically via the Convo API.

What is Convo?

Convo is a real-time AI meeting assistant for macOS and Windows. It works invisibly across Zoom, Google Meet, Teams, Slack, and WebEx — no bot joins your call. Audio is processed locally on your device for complete privacy.

Real-Time Assistance

Live response suggestions and contextual cues during active calls, delivered in under 5 seconds.

Meeting Notes

Automatic transcription, AI-generated summaries with key points, decisions, and action items.

Communication Feedback

AI-powered performance scoring across clarity, listening, time management, and collaboration.

Integrations

Connect to Zapier, IFTTT, Make.com, or build custom workflows with the REST API.

Learn more about Convo's capabilities on the Features page, or explore the Core Concepts to understand the data model.

Get Started

Convo API v1

The Convo API gives you programmatic access to your AI meeting assistant data. Use it to build custom integrations, automate workflows, or connect Convo to thousands of apps via Zapier and IFTTT.

Base URL

All API requests use the following base URL:

https://www.itsconvo.com/api/v1/

For example, to list conversations: GET https://www.itsconvo.com/api/v1/conversations

Response Format

All successful responses wrap results in a data key. All error responses use an error object with code and message fields.

{ "data": { ... } }
{ "error": { "code": "not_found", "message": "..." } }

The API is versioned at v1. New fields may be added to responses without a version bump — your code should tolerate unknown keys. Breaking changes will only ship in a new version with 90 days' notice.

Support

Questions? Reach us at ivan@itsconvo.com. By using the API you agree to the API Terms of Use.