slug: dacast provider: Dacast generated_by: planning/capability-mapping/scripts/classify_capabilities.py model: claude-opus-5 frame: - Media, Entertainment & Telecom Content min_confidence: 0.7 capability_model: source: https://github.com/vincentmakes/turbo-ea-capabilities license: CC-BY-4.0 attribution: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0 notice: NOTICE edge_count: 3 edges: - tag: Live Channels spec_file: dacast-live-channels-api-openapi.yml capability_id: BC-3740.20 capability_id_l1: BC-3740 capability_name: OTT & Streaming Delivery confidence: 0.85 evidence: POST /v2/channel createChannel Create a live channel; PUT /v2/channel/{channelId}/ingest switchStreamIngest; POST /v2/channel/{channelId}/simulcast addSimulcastDestination reason: Operations create and operate live streaming channels, manage stream ingest, list online streams, and configure simulcast destinations for a direct-to-consumer OTT platform — this is streaming origin/live delivery operation rather than linear broadcast carriage. - tag: Analytics spec_file: dacast-analytics-api-openapi.yml capability_id: BC-3770 capability_id_l1: BC-3770 capability_name: Audience Measurement & Insights Management confidence: 0.75 evidence: GET /v2/analytics getAnalytics Read viewer analytics reason: The single operation reads viewer analytics for an OTT streaming/VOD platform, which is squarely audience measurement and insights. Only one operation with no schemas, so no L2 is named — it could equally be viewership telemetry capture or content performance analytics. - tag: VOD spec_file: dacast-vod-api-openapi.yml capability_id: BC-3710.10 capability_id_l1: BC-3710 capability_name: Asset Ingest & Quality Control confidence: 0.7 evidence: POST /v2/vod createVodUpload Create a VOD upload signature; POST /v2/vod/upload/multipart initiateMultipartUpload; DELETE /v2/vod/{videoId}/rendition/{renditionId} deleteRendition reason: The surface onboards video source files into the hosting platform (upload signatures, multipart upload) and manages the resulting sources and renditions, i.e. media asset ingest and rendition stewardship. L2 set to ingest, though rendition management also touches transcoding/format conversion, hence 0.7.