Major time savings
What used to take days, the AI handles in minutes. Your team can focus on quality control.
RIS integration via API
Open REST API and oParl support for agenda import. Structured export of transcripts and minutes connects to your council information system.
Full data sovereignty
All data is processed exclusively in ISO 27001-certified European data centres – no US clouds.
Integration Workflow
Stream session live or upload recording
Transcription with speaker attribution
Review and approve AI draft
Embed video widget in citizen portal
Technical Features
CIS Integration via API
Open REST API with oParl support for agenda import and structured minutes export. Custom CIS integrations available on request.
Import agendas via the oParl standard or REST API – as the basis for automatic chapter marking.
Automatic chapter marking based on the imported agenda.
Transcripts with speaker attribution as JSON for further processing in your CIS.
Ask questions about meeting recordings – AI answers with source references and timestamps.
Embed player and media library without cookies – GDPR-compliant, no cookie banner required.
# 1. Upload starten
curl -X POST https://api.streamdiver.com/v2/uploads \\
-H "Authorization: Bearer YOUR_TOKEN" \\
-H "Content-Type: application/json" \\
-d '{"name": "Ratssitzung 2026-01.mp4", "type": "put"}'
# 2. Video an presigned URL hochladen
curl -X PUT "PRESIGNED_UPLOAD_URL" -T ratssitzung.mp4
# 3. Upload abschließen (KI-Analyse startet automatisch)
curl -X PUT https://api.streamdiver.com/v2/uploads/{uploadId}/complete \\
-H "Authorization: Bearer YOUR_TOKEN"
# 4. Transkript als JSON abrufen
curl https://api.streamdiver.com/v2/media/{assetId}/metadata/transcripts/{transcriptId}/download?transcriptDownloadType=json \\
-H "Authorization: Bearer YOUR_TOKEN"
# 5. Frage an die Sitzung stellen (RAG)
curl -X POST https://api.streamdiver.com/v2/chats \\
-H "Authorization: Bearer YOUR_TOKEN" \\
-H "Content-Type: application/json" \\
-d '{"prompt": "Welche Beschlüsse wurden gefasst?", "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.