Skip to main content
POST
Export RTStream recording as VideoDB asset
Export a recording from a real-time stream as a VideoDB video asset. This creates a standard video that can be indexed, searched, and edited.
  • The exported video gets a standard video ID (m- prefix)
  • Includes stream URL and player URL for immediate playback
  • The recording must exist (stream must have store enabled or have recorded data)

Get Video

Access the exported video

Streams & Exports Guide

Learn about exports

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

stream_id
string
required
Example:

"rts-12345"

Body

application/json
name
string
Example:

"Exported Recording"

Response

Recording exported

success
boolean
Example:

true

data
object