v1 API live — powered by Avoma

Your app records calls.
Cognize makes them intelligent.

One API call turns raw conversation data into deal scores, risk alerts, and revenue forecasts. No ML team required. Built on 7 years and 50M+ conversations.

curl
curl https://api.cognize.ai/v1/analyze \
  -H "Authorization: Bearer $COGNIZE_KEY" \
  -d '{
    "recording_url": "https://storage.example.com/call-2847.wav",
    "output": ["deal_score", "risks", "forecast"]
  }'

# → 200 OK  (1.2s)
# {
#   "deal_score": 73,
#   "risks": ["no_budget_confirmed", "champion_silent"],
#   "forecast": { "close_prob": 0.68, "est_date": "2026-04-15" }
# }
Built on Avoma's intelligence engine
50M+
Conversations analyzed
7 yrs
Training data
<2s
Avg response time
99.9%
API uptime

Recording is solved. Intelligence isn't.

Tools capture conversations. Apps consume insights. But between capture and consumption there's a gap — and teams are filling it with duct tape.

Recording
Zoom / Teams
Dialpad / Aircall
RingCentral / Talkdesk
Any audio source
Transcription → NLU → Scoring
Risks → Forecasting → CRM Sync
Your App
Salesforce / HubSpot
BI Dashboards
AI Agents / MCP
Custom product

See the response before you sign up.

Hit Run. That's a real API response shape — the same JSON your app will get.

POST api.cognize.ai/v1/analyze
Request
{
  "recording_url": "s3://demo/call-2847.wav",
  "output": [
    "transcript",
    "deal_score",
    "risks",
    "action_items",
    "forecast"
  ],
  "webhook_url": "https://you.com/hook"
}
Response
{
  "id": "call_8f3k2j",
  "deal_score": 73,
  "risks": [
    "no_budget_confirmed",
    "champion_went_silent"
  ],
  "action_items": [
    "Send pricing by Friday",
    "Schedule follow-up with VP Eng"
  ],
  "forecast": {
    "close_probability": 0.68,
    "estimated_close": "2026-04-15",
    "confidence": "medium"
  },
  "processing_ms": 1247
}
200 OK 1.2s · demo response

Three outputs. One call.

Every endpoint returns structured JSON. No parsing PDFs. No scraping dashboards.

Deal Scoring

0–100 score based on conversation signals: budget mentions, authority confirmation, timeline urgency, competitor references. Updates after every call.

"deal_score": 73,
"signals": {
  "budget": true,
  "authority": true,
  "urgency": "medium"
}

Risk Alerts

Flags like "champion_went_silent" or "competitor_mentioned" surface before deals go dark. Webhook-ready — pipe them straight into Slack or your CRM.

"risks": [
  "no_budget_confirmed",
  "champion_went_silent",
  "competitor_mentioned"
]

Revenue Forecast

Close probability + estimated date, calculated from actual conversation patterns — not gut feeling and not CRM stage. Recalculates after every touchpoint.

"forecast": {
  "close_prob": 0.68,
  "est_date": "2026-04-15",
  "confidence": "medium"
}

Pay per call. Scale when ready.

No platform fees. No annual lock-in. Your first 100 calls are free.

Transcription
Audio → text + speaker ID
$0.10
per call
  • Speaker diarization
  • 30+ languages
  • Webhook delivery
  • 99.9% uptime SLA
Start free
Enterprise
Custom models + SLA + support
Custom
volume pricing
  • Everything in Intelligence
  • Custom scoring models
  • Dedicated infrastructure
  • SOC 2 / HIPAA
  • White-label option
  • Slack + phone support
Talk to us

Ship intelligence this week.

100 free calls. No credit card. Cancel anytime.

Key sent. Check your inbox — you'll be live in 30 seconds.