---
title: "Get video call screenshots"
method: POST
path: "/get-video-call-shots"
---

# Get video call screenshots

`POST /get-video-call-shots`

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.

## Request body

- GetVideoCallShots
  - `companyKey` string
  - `sessionId` string

## Response `200`

Success

- GetVideoCallShotsResponse
  - `result` string

## Other responses

- `400` — ArgumntError

---

[API](https://skmtc.net/identomat/apis/generated-api.md) · [All operations](https://skmtc.net/identomat/apis/generated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/identomat/generated-api/revisions/cda4b2b11372/schema)
