---
title: "Bulk Aadhaar Basic Verification"
method: POST
path: "/v1/verification/aadhaar/batch"
tags: ["KYC APIs"]
---

# Bulk Aadhaar Basic Verification

`POST /v1/verification/aadhaar/batch`

Use this API to do perform basic Aadhaar number validation in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.

## Query parameters

- `webhook_url` string

## Response `200`

Successful Response

- RESPONSEBATCHVERIFICATIONINITIATEDSUCCESSFULLY
  - `code` integer
  - `timestamp` integer, required
  - `transaction_id` string, required
  - `request_id` string, required
  - `message` string
  - `sub_code` string
  - `output_batch_file` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[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)
