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
Capture media via API or feed
AI extracts entities and topics
Semantic vectors for search
Retrieve results programmatically
Features
AI Analysis API
Full programmatic access to all AI analysis results for your own monitoring applications.
Retrieve people, organizations, and places as structured data.
Retrieve automatically extracted keywords, topics, and recognized speakers via API.
Ask natural language questions against your media archives.
AI-powered Q&A against media archives – with source references and timestamps.
Extract on-screen text from videos and full document content, making it searchable.
# 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
Related tutorials
Related
Ready to get started?
Contact us for a personal demo and discover how Streamdiver can transform your workflow.