latestOpenAPI 3.0.32026-08-12367267.0 KB
cda4b2b11372
Get video call screenshots
Retrieves all screenshots (shots) taken by the operator during a video call session. These images serve as part of the evidence captured during the KYC verification.
Parameters:
- companyKey (string, required) - The company's secret key.
- sessionId (string, required) - The unique identifier of the session.
post/get-video-call-shots
Request body
Example request
{
"companyKey": "your-company-secret-key",
"sessionId": "example-session-id-12345"
}Response
Success
Example response
{
"result": "data:application/x-tar;base64,base64String"
}