Media Monitoring

AI-powered video and audio analysis with transcription, entities, and semantic search – via API.

AI-powered analysis

Entities, keywords, and speakers via API. Understand not only what was said, but by whom and in what context.

Semantic search

Ask natural-language questions across thousands of hours of media – find relevant moments in under a second.

Narrative trend analysis

See how topics and narratives evolve over time – across thousands of hours of material.

Monitoring Workflow

1
Ingest

Capture media via API or feed

2
Analysis

AI extracts entities and topics

3
Indexing

Semantic vectors for search

4
API access

Retrieve results programmatically

Features

Automatic topic detection and semantic clustering
Named Entity Recognition for people, places, and organizations
Semantic Search API: natural language queries instead of keywords
Chat API (RAG) for direct knowledge queries against media archives
Keyword extraction and speaker recognition via API
Webhook notifications on processing completion
Bulk ingest API for automated media capture
Transcript and summary export via API
Auto-chapters segment long broadcasts into navigable topic blocks
Segment-based recommendations find related coverage across media sources
API Integration

AI Analysis API

Full programmatic access to all AI analysis results for your own monitoring applications.

# 1. Erkannte Entitäten und Keywords abrufen
curl "https://api.streamdiver.com/v2/media/{assetId}/metadata?expand=entities,keywords,speakers" \\
  -H "Authorization: Bearer YOUR_TOKEN"

# 2. Semantische Suche über alle Medien
curl "https://api.streamdiver.com/v2/search/semantic?text=Diskussion%20über%20Klimapolitik" \\
  -H "Authorization: Bearer YOUR_TOKEN"

# 3. KI-gestützte Frage an ein Asset (RAG)
curl -X POST https://api.streamdiver.com/v2/chats \\
  -H "Authorization: Bearer YOUR_TOKEN" \\
  -H "Content-Type: application/json" \\
  -d '{"prompt": "Welche Positionen wurden zur Klimapolitik vertreten?", "mediaIds": ["{assetId}"]}'

Integration flow

1
Capture mediaBulk API
2
AI analysisWebhook
3
Retrieve resultsREST API
4
Search & ChatSemantic + RAG

Ready to get started?

Contact us for a personal demo and discover how Streamdiver can transform your workflow.