---
title: "Get videoselfie hash"
method: POST
path: "/omni/videoselfie/hash"
tags: ["Videoselfie"]
---

# Get videoselfie hash

`POST /omni/videoselfie/hash`

Obtain a hash of the video file of the videoselfie. The hash and hashImage fields in the response will be null if the video file is not yet ready.

## Query parameters

- `withImage` boolean

## Headers

- `api-version` string, required

## Response `200`

OK

- VideoSelfieHashResponse
  - `hash` string
  - `hashimage` string
  - `message` string

## Other responses

- `400` — Bad Request

---

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