Skip to main content

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

Response Format

All successful responses wrap results in a data key. All error responses use an error object with code and message fields.
{ "data": { ... } }
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.