cURL
curl --request POST \ --url https://api.videodb.io/rtstream/{stream_id}/export \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "name": "Exported Recording" } '
{ "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 } }
Export an RTStream recording as a VideoDB video asset
m-
store
API key for authentication (sk-xxx format)
"rts-12345"
"Exported Recording"
Recording exported
true
Show child attributes