Skip to content
Cloudflare Docs

AI

RealtimeKit provides AI-powered features using Cloudflare's AI infrastructure to enhance your meetings with transcription and summarization capabilities.

Available features

FeatureDescription
TranscriptionReal-time and post-meeting speech-to-text
SummaryAI-generated meeting summaries

Quick start

Enable AI features when creating a meeting:

{
"title": "Team Standup",
"ai_config": {
"transcription": {
"language": "en-US"
},
"summarization": {
"summary_type": "team_meeting"
}
},
"summarize_on_end": true
}

Ensure participants have transcription_enabled: true in their preset.

Storage and retention

  • Transcripts and summaries are stored for 7 days from meeting start
  • Files are stored in R2 with presigned URLs for secure access
  • Delivered via webhooks or REST API