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

Unique applicant identifier in the Sumsub system.

This identifier is a random combination of 24 digits and lowercase Latin characters. It is automatically generated when the applicant is created on the Sumsub side, and can be found in the Dashboard.

If the applicantId is unknown to you, use the Get applicant data (externalUserId) method to fetch it.

string
required

Unique identifier of the video call. You can obtain this identifier by the following method.

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