OverviewAPI ReferenceResources

Introduction

Build workflows around your sales calls. Access conversations, transcripts, and action items with the Convo API.


What is Convo?

Convo is a real-time AI sales assistant. It helps sales reps recognise buying signals, handle objections, and ask the right questions while the conversation is happening.

Use the API to bring that call's transcript, key points, and follow-up into the tools your team already uses. Start with an API key and your first request, then build from there.

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 REST API gives you access to your meeting data and AI-generated outputs. You can build a custom integration or use an automation platform such as Zapier, Make, or IFTTT.

See Authentication for API key setup and Webhooks to trigger workflows when meeting data is ready.

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.

Was this page helpful?