v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB
RTStream

Export RTStream recording as VideoDB asset

post/rtstream/{stream_id}/export

Path parameters

stream_idstring required
Example:rts-12345

Request body

namestring

Example request

{
  "name": "Exported Recording"
}

Response

Recording exported

successboolean

Example response

{
  "success": true,
  "data": {
    "video_id": "m-12345",
    "name": "Exported Recording",
    "stream_url": "https://stream.videodb.io/v/12345",
    "player_url": "https://console.videodb.io/player/12345",
    "duration": 123.45
  }
}