---
title: "Get document visual markers"
method: POST
path: "/get-visual-markers"
---

# Get document visual markers

`POST /get-visual-markers`

This endpoint retrieves the visual markers from a document.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.  
-   `sessionId` _(string, required)_ - The unique identifier of the session.

## Request body

- GetVisualMarkers
  - `companyKey` string
  - `sessionId` string

## Response `200`

Success

- GetVisualMarkersResponse
  - `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)
