ls
la sintesi
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. Made by IntelHouse in Roma.

Start free · 20 callsBook a demoNO CREDIT CARD · NO EXPIRATION
LIVE · 3 PROCESSING
TRANSCRIBING· 62%
ANALYZING· 34%
SCORING·
01THE PROBLEM

Sales managers 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 · INSURANCE DIALER

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

9 default categories · fully editable per workspace

Every call is bucketed into a business outcome — Sales Made, Callback, Not Interested, Voicemail, and six more. Or define your own taxonomy.

03LAYER

Factual call summary

Opening · discovery · objections · 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 campaign.

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 9-category outbound-sales taxonomy is a starting point. Rewrite it for your business — inbound support, fundraising, real-estate leads, debt collection — and the scoring logic adapts to your taxonomy automatically.

FULLY EDITABLE PER WORKSPACE
DEFAULT · outbound-sales-v1EDITABLE
  • 01Sales Made
    edit →
  • 02Callback
    edit →
  • 03Not Interested
    edit →
  • 04Customer Hung Up
    edit →
  • 05Dead Air
    edit →
  • 06Do Not Call
    edit →
  • 07Answering Machine
    edit →
  • 08Voicemail
    edit →
  • 09Finished by System
    edit →
04METRICS

The numbers that movea sales floor.

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 changes mid-call when objections land.

05PRICING

That's it.Five cents a minute. Re-views are free.

$0.05 / MIN · CREDITS NEVER EXPIRE

STARTER
$10~200 minutes

Try it on a real campaign. 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. Contact us for custom rates beyond this tier.

BUY CREDITS
NO CREDIT CARD · NO EXPIRY · CONTACT US TO ANALYZE MORESTART FREE · 20 CALLS →
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.com/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); // "Sales Made"
console.log(callRecords[0].summary);   // factual recap
console.log(status);                   // "completed"
07FAQ

Questions,honestly answered.

Couldn't find it? Book a 20-minute demo and ask us anything in person.

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 9 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?
Twenty calls, on us, no credit card. After that you top up credits in $10/$25/$50/$100 increments. Re-viewing already-analyzed calls is always free.
07What 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.
08Can 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

Twenty calls.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.