Get video call media

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Use this method to get a recording of a video call.

Request example

curl -X GET \
	   'https://api.sumsub.com/resources/videoIdent/applicant/5e9412223cc1813b4db0b0e3/media/62e38aa5fd6916000172dc23' \
     -H 'X-App-Token: <your-app-token>' \
     -H 'X-App-Access-Sig: <your-signature>' \
     -H 'X-App-Access-Ts: <unix-timestamp>'

Response

The response is a binary content that represents a video call recording. The Content-Type response header describes the response mime-type.

To see the full list of mime-types and file formats, refer to the FAQ → API section (see the answer to What file extensions do you accept?).


Path Params
string
required
string
required
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!