---
title: "Process Id"
method: POST
path: "/omni/process/id"
tags: ["Id capture"]
---

# Process Id

`POST /omni/process/id`

**Note**:This endpoint should be called only after the [front-side](#/Onboarding/addFrontIdV2)
and [back-side](#/Onboarding/addBackIdV2) is over.
And in case of passports or only front sided documents, only [front-side](#/Onboarding/addFrontIdV2) should be over.

Incode validations and ocr parsing are processed during this endpoint. To fetch ocr data call [Fetch-OCR](#/Onboarding/getOcrData).

Once this is called, user is no longer able to upload ID (front or back side).

## Query parameters

- `queueName` 'aristotle' | 'buddha' | 'confucius' | 'diogenes'

## Headers

- `api-version` string, required

## Response `200`

OK

- ProcessIdResponseDto
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status
  - `isDocumentExpired` boolean — Flag indicating if the document is expired.

## 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/versions/30cd6d926ea3/schema)
