Call QA

Call center quality control

Score 100% of calls against a checklist instead of spot-checking. The model finds violations, computes scores and sends alerts.

  • 100% of calls instead of spot-checking
  • A 0–100 score with quotes and timestamps
  • Webhook alerts on violations

Checklist scoring

Required and forbidden steps, per-item weights and a final 0–100 score.

Evidence and timestamps

Every verdict comes with a quote and a timestamp, so supervisors review in seconds.

Analytics and alerts

Day-by-day trends, agent weak spots and webhook alerts on violations.

How it works

Three steps to your first evaluation

Upload the recording

The call lands in your recording library — via the API, Telegram bot or dashboard.

Define a checklist

Required script steps and forbidden phrases — each item has its own weight.

Get a score and alerts

Verdicts with quotes and timestamps, day-by-day trends and webhook alerts.

API

One request — call evaluation

Evaluate a recording against a checklist and get a per-item verdict with evidence and a weighted score.

curl -X POST https://ttsapi.ru/v1/qa/evaluate \
  -H "X-Api-Key: rtt_…" \
  -H "Content-Type: application/json" \
  -d '{
    "recording_id": "rec_…",
    "checklist": [
      { "id": "greeting", "kind": "required", "weight": 2 },
      { "id": "profanity", "kind": "forbidden" }
    ]
  }'

Manual review vs automated QA

Manually

  • 5–10% of calls are checked
  • Hours listening to each conversation
  • Scoring depends on the individual supervisor
  • Violations are found after the fact

With Voice kit API

  • 100% of calls against one checklist
  • Seconds per call, not hours
  • A single 0–100 score with evidence
  • A webhook alert right after a violation

FAQ

Frequently asked questions

Which plans include call QA?

QA is available on Pro and Business: evaluation is built from a library recording and requires a language model.

What does the checklist check?

Required script steps and forbidden phrases. Each item has its own weight; the result is a 0–100 score with evidence.

Can I evaluate calls without the recording library?

No, evaluation is built from a library recording — upload audio via the API, bot or dashboard.

How fast is the result?

Usually a few seconds, depending on recording length and queue. The result can be delivered via webhook.

Start controlling call quality

Available on the Pro and Business plans — evaluate QA on your own calls.

}