Get a Recording

This is the method to request a single recording if you have its identifier or its sharing link code.

Retrieve a video recording by ID

get

Returns a video object if found, otherwise a 404 error.

Path parameters
video_idstringRequired

The unique identifier of the video, which can be the video id (integer), video uuid, or even the video sharing-link identifier.

Header parameters
AuthorizationstringRequired

Bearer API-KEY

Responses
200

Successful response containing the video object.

application/json
get
/videos/{video_id}

Last updated