latestOpenAPI 3.0.32026-08-12367267.0 KB

cda4b2b11372

Get video call videos

Retrieves all video recordings from the video call session. These are typically used for compliance, auditing, or further verification purposes.

Parameters:

  • companyKey (string, required) - The company's secret key.
  • sessionId (string, required) - The unique identifier of the session.
post/get-video-call-videos

Request body

companyKeystring
sessionIdstring

Example request

{
  "companyKey": "your-company-secret-key",
  "sessionId": "example-session-id-12345"
}

Response

Success

Example response

{
  "result": {
    "contentType": "application/x-tar"
  }
}