---
title: "Initiate Udyam Session"
method: GET
path: "/v1/verification/udyamaadhaar/captcha"
tags: ["MSME APIs"]
---

# Initiate Udyam Session

`GET /v1/verification/udyamaadhaar/captcha`

First, a captcha has to be generated to start a fresh session with the MSME-Udyam-Aadhaar portal.   
This API Endpoint returns a base64 encoded captcha and a corresponding session id back.

## Response `200`

Successful Response

- RESPONSEUDYAMCAPTCHA
  - `timestamp` integer, required
  - `transaction_id` string, required
  - `data` UdyamCaptcha, required
    - `session_id` string, required
    - `captcha` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
