[BizCrush API] Quick Start Guide
Apr 15, 2026
5
min

BizCrush
Growth
What You Can Build
🎙️ Real-time Speech-to-Text via WebSocket (15 languages, auto-detected)
📁 File transcription + speaker diarization (who said what + timestamps)
🤖 AI meeting summaries + Q&A (Claude-powered, custom prompts)
🔗 MCP server — control BizCrush from Claude or Cursor with natural language
⚡ Zapier — push meeting data to Slack, Notion, Google Docs automatically
STEP 1 — Get Your API Key
Go to https://bizcru.sh → Sign up (Google login supported)
Navigate to Settings → https://bizcru.sh/en/settings
Scroll down to the API Keys section
Click the purple "Issue API Key" button
⚠️ Copy it immediately — it will NOT be shown again!
Save it:
BIZCRUSH_API_KEY=sk-prod-xxxxxx
You can issue up to 5 keys per account.
QUICK START — File Transcription
Base URL: https://extapi-stt.bizcrush.aiAuth: ?api_key=YOUR_API_KEY (query parameter)
Response includes:
text— full transcriptdetected_language— auto-detected language codeutterances[]— speaker-diarized segments withstart_ms,end_ms,speaker,confidence
Set timeout to 600+ seconds for long audio files.
QUICK START — Live STT via WebSocket (Python)
Audio format: PCM16 — 16kHz, mono, 16-bit little-endian, 640 bytes/chunk (20ms)
QUICK START — Live STT (JavaScript / Browser)
QUICK START — Meeting REST API
Base URL: https://extapi.bizcrush.aiAuth: X-API-Key: YOUR_API_KEY (header)
MCP SETUP — Use BizCrush from Claude or Cursor
Add to your .mcp.json:
Then just talk to Claude naturally:
"Summarize my last meeting"
"Get the transcript from today's call"
"Send a message to meeting XYZ"
Supported Languages (auto-detected)
Code | Language | Code | Language |
|---|---|---|---|
| English |
| Japanese |
| Korean |
| Chinese |
| Hindi |
| Spanish |
| French |
| Portuguese |
| Arabic |
| Russian |
| Indonesian |
| German |
| Vietnamese |
| Italian |
| Thai |
API Endpoints Overview
STT API (https://extapi-stt.bizcrush.ai)
Method | Endpoint | Description |
|---|---|---|
|
| File transcription with speaker diarization |
|
| Real-time streaming STT |
Meeting REST API (https://extapi.bizcrush.ai)
Endpoint | Description |
|---|---|
| Create meeting + invite participants |
| List meetings (paginated) |
| Real-time STT polling |
| Final utterances with speaker diarization |
| AI summary (custom prompt supported) |
| AI Q&A about meeting content |
| Get cached summary |
| Push summary to Notion |
| Send chat message to meeting |
| Add participants |
Links
📖 Full API Docs | |
🔑 Get API Key | https://bizcru.sh/en/settings → API Keys → Issue API Key |
🌐 Homepage | |
💬 Questions | DM Kelly — kelly@bizcrush.ai |
*BizCrush Inc.
Support : help@bizcrush.ai
Business : business@bizcrush.ai*

