JigsawStack

Post-call meeting transcription with JigsawStack

View as Markdown

JigsawStack transcribes the recording post-call with automatic language detection and per-speaker output on by default.

Enable

1{
2 "meeting_link": "https://meet.google.com/abc-defg-hij",
3 "bot_name": "Notetaker",
4 "recording_config": {
5 "transcript": {
6 "provider": { "jigsawstack": { "by_speaker": true } }
7 }
8 }
9}

CLI: meetstream bot create <link> -t jigsawstack.

Configuration reference

FieldTypeDefaultNotes
languagestringautoAutomatic detection by default
translatebooleanfalse
by_speakerbooleantruePer-speaker output

Fetch the transcript

Resolve transcript_id via GET /bots/{bot_id}/detail, then GET /transcript/{transcript_id}/get_transcript. Compare engines: Transcription Providers.