s
CALL ANALYSIS · BUILT FOR HIGH-VOLUME TEAMS

The calls alreadyhappened. whatnow?

La Sintesi turns every phone call into a transcript, an outcome, an agent score, and a metrics dashboard — under sixty seconds, behind a single API.

Start free · $5 creditsSign inNO CREDIT CARD · NO EXPIRATION
START FREE · $5 CREDITS

Create your workspace

No credit card. Credits never expire.

Already have an account? Sign in →

LIVE · 3 PROCESSING
TRANSCRIBING· 62%
ANALYZING· 34%
SCORING·
01THE PROBLEM

Call-center leaders know the shape of the problem. They just can't hear it.

01 · IN THEIR WORDS

We have hundreds of calls a day — there's no way to listen to them all.

02 · IN THEIR WORDS

We don't know which agents are performing and which aren't until it's too late.

03 · IN THEIR WORDS

We're manually classifying call outcomes in spreadsheets. It's a disaster.

QA DIRECTOR · CALL OPERATIONS

02HOW IT WORKS

Three steps. No black boxes.Five layers of analysis.

Submit a recording. Wait under a minute. Get back a fully structured call record — the same one your team will query through the dashboard or your own tools.

01LAYER

Full transcript

Diarized · word-level timestamps · confidence

Speaker-labeled transcript with per-word confidence and offsets. Agent and customer turns are separated automatically.

02LAYER

Outcome classification

6 default categories · fully editable per workspace

Every call is bucketed into a business outcome — Successful, Follow-up, Unsuccessful, Negative, No Contact, Informational. Or define your own taxonomy.

03LAYER

Factual call summary

Opening · discussion · concerns · outcome

A short, factual recap of what actually happened on the call. No fluff. No invented context.

04LAYER

Agent performance score

1–5 · coaching remarks per call

One strength, one improvement area — two improvements when the score is three or below. Built for QA review, not vanity metrics.

05LAYER

Rich call metrics

Talk time · silence · interruptions · WPM

Per-speaker numbers you can act on. Roll them up across an agent, a team, or a whole operation.

06 · OUTPUT

One JSON. Everything.

Transcript, outcome, summary, score, and metrics — delivered as one call record over REST. No glue code, no scraping.

See the response shape
03CATEGORIES

Your categories.Not ours.

The default 6-category taxonomy is an industry-neutral starting point. Rewrite it for your business — inbound support, sales, fundraising, real-estate leads, debt collection — and the scoring logic adapts to your taxonomy automatically.

FULLY EDITABLE PER WORKSPACE
DEFAULT · taxonomy-v1EDITABLE
  • 01Successful Outcome
    edit →
  • 02Follow-up Scheduled
    edit →
  • 03Unsuccessful Outcome
    edit →
  • 04Negative Experience
    edit →
  • 05No Contact
    edit →
  • 06Informational
    edit →
04METRICS

The numbers that movea call operation.

TALK TIME

Per-speaker minutes and percentage of the call. See who actually drove the conversation.

SILENCE RATIO

Dead air, hold time, and pauses longer than 1.5s — tallied and surfaced per call.

INTERRUPTIONS

Counted per side. Agent over customer, and vice versa. A small number with a big QA story.

WORDS / MIN

Speaking pace per speaker — and how it shifts mid-call when the conversation turns.

05PRICING

That's it.$0.05 a minute. 2 free re-analyses per call.

$0.05 / MIN · CREDITS NEVER EXPIRE

Billed per started minute — a 3:01 call counts as 4 minutes, same as every telecom you've ever used. Calls under a minute count as one. Re-viewing analysis is always free; re-running the AI on a call is free for the first 2 attempts, then $0.03 flat each.

STARTER
$10~200 minutes

Try it on real calls. Pay as you go, top up anytime.

BUY CREDITS
STANDARD
$25~500 minutes

For a small team running daily calls. Cached re-views are free.

BUY CREDITS
MOST POPULAR
OPERATOR
$50~1,000 minutes

Most teams land here. Full REST API access and shareable report links included.

BUY CREDITS
VOLUME
$100~2,000 minutes

High-volume dialers and call centers. Email hello@lasintesi.co for bulk rates (up to ~40% off).

BUY CREDITS

BULK DISCOUNT · UP TO ~40% OFF

Running thousands of minutes a month? Email hello@lasintesi.co with your monthly volume and we'll send a quote — typically up to ~40% off the list rate for committed volume.

CONTACT SALES
NO CREDIT CARD · NO EXPIRY · 2 FREE RE-ANALYSES / CALLSTART FREE · $5 CREDITS →
06DEVELOPERS

API-first.Always was.

Every value the dashboard renders is reachable through one REST API. Submit a call, poll or fetch the structured record back, and push it straight into your CRM, BI tool, or internal reporting stack.

  • REST API
    Key-based auth · per-key rate limiting · OpenAPI 3.0 spec
  • One structured record
    Transcript · outcome · summary · score · metrics
  • Cached responses
    Already-analyzed calls return instantly at zero cost
// Submit a recording — get the full analysis under 60s.
const res = await fetch("https://app.lasintesi.co/api/analyze", {
  method: "POST",
  headers: {
    "x-api-key": process.env.LS_API_KEY!,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    callUrl: "https://cdn.acme.co/calls/0421.mp3",
    agentId: "agent_834",
  }),
});

const { callRecords, status } = await res.json();

console.log(callRecords[0].sentiment); // "Successful Outcome"
console.log(callRecords[0].summary);   // factual recap
console.log(status);                   // "completed"
07FAQ

Questions,honestly answered.

Couldn't find it? Email hello@lasintesi.co and we'll get back to you.

01How long does an analysis take?
Most calls finish in under 60 seconds end-to-end — transcript, outcome, summary, score, and metrics. Long calls scale roughly with duration. Results land in the dashboard and become available through the API the moment they're ready.
02What audio formats do you accept?
MP3, WAV, M4A, and FLAC up to 100 MB. Upload the file directly through the dashboard or the API, or submit a signed URL we can fetch from your own storage.
03Can I change the outcome categories?
Yes. The 6 defaults are a starting point — every workspace can rewrite the taxonomy in the Analysis configuration. We compile your categories into the scoring prompt automatically.
04Where is my audio stored?
Audio files are stored in private, encrypted cloud object storage that only your workspace can read. We never share recordings with other tenants, and you can delete a call — and its analysis — at any time.
05Who owns the analysis?
You do. Transcripts, outcomes, scores, and metrics belong to your workspace and are reachable through the dashboard or the REST API. We never resell or repurpose your call data.
06How does the free trial work?
$5 of free credits land in your wallet the moment you sign up, no credit card. After that you top up in $10/$25/$50/$100 increments. Re-viewing already-analyzed calls is always free — re-running the AI analysis on a call has its own quota (see below).
07How is a call billed if it's not a round number of minutes?
Partial minutes round up to the next whole minute — standard telecom-style billing. So a 1:20 call counts as 2 minutes ($0.10 at the default rate) and a 5:01 call counts as 6 ($0.30). Calls under a minute count as one minute. The exact rounded minute count and unit price always appear in your transaction history.
08What about re-analyzing a call?
Re-viewing existing analysis is always free. Re-running the AI on the same transcript is free for the first 2 attempts per call, then $0.03 flat per re-analysis — regardless of call length. Each charge shows in your transaction history with the attempt number.
09What languages do you support?
Multilingual transcription is supported. Outcome and scoring quality is best on languages with strong training coverage. If you have a specific language requirement, contact us before you commit.
10Can I get the data out programmatically?
Yes. Every value the dashboard renders — transcripts, outcomes, summaries, scores, and metrics — is reachable through the REST API. We publish an OpenAPI spec so you can generate a client in whichever language you use.
NO CREDIT CARD · NO EXPIRATION

$5 in credits.On us.

Spin up a workspace, drop in your first recording, and watch the transcript, outcome, and score land in your dashboard before your coffee's cold.