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/v1Your deployment URL is shown in the Callix dashboard under Settings → API Keys.
API tiers
1
Tier 1 — Push Data In
Create prospects, ingest events from any tool, and record payments against any processor.
3
Tier 3 — Outbound Webhooks
Subscribe to real-time events — stage changes, payments, completed calls, and deal analyses.
4
Tier 4 — Callix Intelligence
Read AI-generated avatars, deal analyses, rep scorecards, attribution chains, and account insights.
