Generate an AI-powered summary from a transcription
completed status.
You can create multiple summaries for the same transcription using different templates.
Use webhooks to receive real-time notifications when the summary completes, or poll the Get Summary endpoint.
summaries:write scope.
txn_abc123). Must be in completed status.tmpl_general_notes, tmpl_sales_call, tmpl_clinical_soap, tmpl_legal_memo.Either template_id or prompt is required, but not both.template_id for custom summarization.Must be 10-10,000 characters. Either template_id or prompt is required, but not both.| Provider | Description |
|---|---|
gemini | Google Gemini 2.0 Flash (default) - JSON output |
openai | OpenAI GPT-4o - JSON mode |
claude | Anthropic Claude Sonnet 4 - Structured output |
pending status.
| Field | Type | Description |
|---|---|---|
id | string | The summary’s unique identifier (e.g., sum_abc123) |
project_id | string | The project this summary belongs to |
transcription_id | string | The transcription this summary was generated from |
status | string | Current status: pending, processing, completed, or failed |
template_id | string | null | The template used, if any |
provider | string | LLM provider used (e.g., gemini, openai, claude) |
custom_prompt | string | null | The custom prompt used, if any |
output | object | null | Structured summary output (populated on completion) |
error_message | string | null | Error message if the summary failed |
started_at | string | null | ISO 8601 timestamp when processing started |
completed_at | string | null | ISO 8601 timestamp when the summary completed or failed |
created_at | string | ISO 8601 timestamp when the summary was created |
updated_at | string | ISO 8601 timestamp when the summary was last updated |
| Template ID | Target Industry | Output Format |
|---|---|---|
tmpl_general_notes | General meetings | Key points, action items, participants, decisions, overview |
tmpl_sales_call | Sales calls | Pain points, budget, timeline, next steps, sentiment, deal probability |
tmpl_clinical_soap | Healthcare | SOAP notes (Subjective, Objective, Assessment, Plan) |
tmpl_legal_memo | Legal consultations | Facts, issues, analysis, conclusion, parties involved |
prompt parameter instead of template_id:
| Status | Description |
|---|---|
pending | Job queued, waiting to start |
processing | Summary generation in progress |
completed | Summary generated successfully |
failed | Summary generation failed (check error_message field) |
summary.started - Processing beginssummary.completed - Summary generated successfullysummary.failed - Summary generation failed