| name | summarizer |
| description | Use when using AI Services Summarizer. |
Zoom AI Services Summarizer
Use this skill for Zoom AI Services Summarizer workflows over existing transcript or dialogue text. If the user still needs audio or video transcribed first, route through Scribe before summarization.
Workflow
- Confirm the input is transcript text or transcript files, not raw media.
- Choose fast mode for a bounded inline transcript or batch mode for transcript files stored in S3.
- Set up Build-platform credentials and JWT handling separately from application summarization logic.
- Select the summary task:
recap, summary, action_items, or full_summary.
- Implement response parsing around
result.text, then add polling, webhook callbacks, persistence, and retry handling for batch jobs.
- Debug by checking credential audience, input size, task value, transcript file format, backend timeout, and webhook delivery.
References