Consistent tone of voice
The AI learns your brand language and generates content that reads like your team wrote it.
API-driven workflows
Seamless integration into DAM systems, intranet platforms, and marketing automation – all via REST API.
Critical-infrastructure ready
Secure infrastructure for critical sectors and regulated industries with a full audit trail.
Content Workflow
Upload video to the platform
Start automatic content generation
Review and approve content
Share via Publishing Suite or Public Portal
Features
Enterprise Integration
Seamless connection to your existing infrastructure – from DAM systems to marketing automation.
Programmatic access to AI-generated summaries and key statements.
Retrieve transcripts, subtitles, and metadata in various formats.
Automated AI workflows for summaries, social media posts, and reports.
Bundled downloads with videos, transcripts, and renditions for content distribution.
Embed player and media library GDPR-compliant without cookies – no cookie banner required.
# 1. KI-basierte Frage an ein Video stellen (RAG)
curl -X POST https://api.streamdiver.com/v2/chats \\
-H "Authorization: Bearer YOUR_TOKEN" \\
-H "Content-Type: application/json" \\
-d '{"prompt": "Fasse die Kernaussagen zusammen", "mediaIds": ["{assetId}"]}'
# 2. Transkript als DOCX für Pressemitteilung exportieren
curl "https://api.streamdiver.com/v2/media/{assetId}/metadata/transcripts/{transcriptId}/download?transcriptDownloadType=docx" \\
-H "Authorization: Bearer YOUR_TOKEN" \\
-o transkript.docx
# 3. Download-Paket mit Renditions erstellen
curl -X POST https://api.streamdiver.com/v2/downloads \\
-H "Authorization: Bearer YOUR_TOKEN" \\
-H "Content-Type: application/json" \\
-d '{"title": "CEO Statement Q4", "selectedMediaIds": ["{assetId}"], "selectedTranscripts": [{"id": "{transcriptId}", "format": "srt"}]}'Integration flow
Related tutorials
Related
Ready to get started?
Contact us for a personal demo and discover how Streamdiver can transform your workflow.