Upload a call, an interview, or a meeting. Pick a use case template. Get a 3-sentence executive summary and 50+ structured insights with verbatim evidence — in under a minute.
Each template ships with a tailored prompt and 50+ structured extraction fields scoped to that workflow — never generic summaries.
Executive summary, key takeaways, risk flags, and a context-aware insight table mapped to exact timestamps for verification.
The customer expressed frustration about a 21-day claim delay but confirmed receipt of the adjuster report. Retention risk: high. Two compliance moments require follow-up; one written commitment was made.
"I've been waiting three weeks and nobody has called me back."
"California requires a written response within 15 days, which I haven't received."
"I'll have the adjuster call you by 5:00 PM today personally."
Same pipeline, programmatic. Generate an API key in your dashboard and POST audio with a template slug.
curl -X POST https://chatrly.dev/api/v1/runs \ -H "Authorization: Bearer $CHATRLY_KEY" \ -F "audio=@call.mp3" \ -F "template_slug=sales-discovery"// 202 Accepted{"run_id": "r_8f2…","status": "queued"}