Setting the file. One moment. Recording Pipeline · Build Zoom REST API App · anthropics/knowledge-work-plugins · Skills Docs
Goal: automatically ingest cloud recordings after meetings end.
22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
125
Zoom Meeting SDK Web
88
Vendor Review
181
Create An Asset
Video Sdk/web
- Subscribe to recording-related webhooks (e.g.
recording.completed).
- On webhook: fetch recording files via the recordings endpoints.
- Download files using authenticated requests (often
download_url requires an Authorization header).
- Store in your system (S3/GCS/etc) and track status.
- Following
download_url without attaching a bearer token.
- Not handling redirect responses from
download_url.
- Assuming recording is available immediately after meeting ends (processing delays).
examples/recording-pipeline.md