Callix API · v1

API Reference

The Callix public API gives you programmatic access to the entire platform. Push prospect data in, pull aggregated stats and AI-generated intelligence out, and subscribe to real-time events via webhooks.

Quick start

1. Generate an API key in your Callix dashboard under Settings → API Keys.

2. Include it as a Bearer token on every request.

bash
curl https://<deployment>.convex.site/api/v1/prospects \
  -H "Authorization: Bearer callix_<your_key>"

3. See Authentication for key management details.

Base URL

http
https://<your-convex-deployment>.convex.site/api/v1

Your deployment URL is shown in the Callix dashboard under Settings → API Keys.

API tiers

1

Tier 1Push Data In

Create prospects, ingest events from any tool, and record payments against any processor.

2

Tier 2Pull Aggregated Stats

Query the same metric engine that powers your dashboard report widgets, and read call records.

3

Tier 3Outbound Webhooks

Subscribe to real-time events — stage changes, payments, completed calls, and deal analyses.

4

Tier 4Callix Intelligence

Read AI-generated avatars, deal analyses, rep scorecards, attribution chains, and account insights.

Error codes

Standard HTTP codes with JSON error bodies.

View

Rate limiting

1,000 req/min per key · 10,000 req/day per account (planned).

View