TalkChief AI

Transcription that speaks your market's languages.

Submit a recording, get back who spoke, when, and what they said — with Arabic, Hebrew, and English auto-detected, even mid-sentence.

Multilingual call recording transformed into speaker-aware text
A recorded call containing Arabic, Hebrew, and English is processed into a diarized, time-stamped transcript and structured output for human review.
TalkChief AI

AI transcription and summaries that turn talk into action.

Turn Arabic, Hebrew, and English conversations into searchable context, clearer follow-up, and insight your whole team can use.

Per-Speaker TranscriptsWho spoke, when, and what they said — with timestamps you can jump to.
Built for How the Region TalksMixed Arabic-English-Hebrew calls handled with no configuration.
Summaries Where Your Team WorksAI-assisted recaps and suggested action items appear in Cowork for human review—not live autonomous voice handling.
$0.025/ minute — one-minute minimum, then prorated per second

Published usage pricing. Delivered transcripts are billed; failed jobs are not.

TalkChief AI

Every AI capability, in the open.

Per-Speaker Diarization

Who spoke, when, and what they said — timestamped segments you can jump to.

Arabic · Hebrew · English

Automatic language detection built for the region, including calls that switch language mid-sentence.

Reviewable Summaries Into Cowork

Bring AI-assisted call recaps into the channel where your team works, ready for human review—not live autonomous voice handling.

Suggested Action Items

Surface possible commitments and follow-ups for a person to verify against the conversation.

Published Per-Second Pricing

$0.025 per minute, prorated per second after the first minute. Failed jobs are free.

API-First

Submit a recording URL, poll for the result — or use wait mode and get the transcript in one call.

Build on TalkChief

Built for developers, documented like it.

Three endpoints, one webhook, and a published OpenAPI 3.1 contract you can import today. Every field, status and error is documented — only the account base URL is issued privately in your dashboard.

OpenAPI 3.1 spec ↓64-char keys, rotate independentlyretry + dedupe documented
POST/calls/click-to-call
curl -X POST $BASE_URL/calls/click-to-call \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $CLICK_TO_CALL_KEY" \
  -d '{
    "destination": "972599796989",
    "email": "[email protected]",
    "auto_answer": "true",
    "custom_param": { "crm_record_id": "A-10422" }
  }'