---
url: https://deepvue.ai/digilocker-api/
title: "DigiLocker KYC API | Fetch Verified Documents | Deepvue"
description: "Fetch Aadhaar, PAN, driving licence & more directly from DigiLocker with user consent. Zero-friction, govt-verified KYC & onboarding. Start free."
last_modified: 2026-06-12T21:28:26.397Z
---
1.  [API Infrastructure](/#platform)
2.  Identity Intelligence
3.  DigiLocker KYC

DigiLocker API · Authorized Integration

# DigiLocker KYC & Document Fetch API for *Consent-Based* Verification in India

Retrieve verified, digitally signed documents through Deepvue’s DigiLocker API integration to support KYC, onboarding, education verification, and document retrieval workflows.

Built for consent-driven document access and verification workflows

[Start for Free](https://dashboard.deepvue.ai/sign-up) [Book a Demo](/demo/)

## Trusted by Platforms Building *KYC,* Onboarding & Verification Workflows

Organizations across industries use Deepvue APIs to automate document retrieval and verification processes.

![DollarPe](/logos/kyc/dollarpe.png)

![iMocha](/logos/kyc/imocha.png)

![Lark Finserv](/logos/kyc/lark-finserv.png)

![NAMCO Bank](/logos/kyc/namco-bank.png)

![Nest](/logos/kyc/nest.png)

![SafeTree](/logos/kyc/safetree.png)

![SwitchMyLoan](/logos/kyc/switchmyloan.png)

![Times Internet](/logos/kyc/timesinternet.png)

![Yenmo](/logos/kyc/yenmo.png)

![DollarPe](/logos/kyc/dollarpe.png)

![iMocha](/logos/kyc/imocha.png)

![Lark Finserv](/logos/kyc/lark-finserv.png)

![NAMCO Bank](/logos/kyc/namco-bank.png)

![Nest](/logos/kyc/nest.png)

![SafeTree](/logos/kyc/safetree.png)

![SwitchMyLoan](/logos/kyc/switchmyloan.png)

![Times Internet](/logos/kyc/timesinternet.png)

![Yenmo](/logos/kyc/yenmo.png)

![DollarPe](/logos/kyc/dollarpe.png)

![iMocha](/logos/kyc/imocha.png)

![Lark Finserv](/logos/kyc/lark-finserv.png)

![NAMCO Bank](/logos/kyc/namco-bank.png)

![Nest](/logos/kyc/nest.png)

![SafeTree](/logos/kyc/safetree.png)

![SwitchMyLoan](/logos/kyc/switchmyloan.png)

![Times Internet](/logos/kyc/timesinternet.png)

![Yenmo](/logos/kyc/yenmo.png)

KYC and user onboarding identity document retrieval education and credential verification HR and background verification platforms enabling consent-based document access at scale KYC and user onboarding identity document retrieval education and credential verification HR and background verification platforms enabling consent-based document access at scale KYC and user onboarding identity document retrieval education and credential verification HR and background verification platforms enabling consent-based document access at scale

## What is a DigiLocker KYC & Document Fetch API?

A DigiLocker KYC & Document Fetch API allows platforms to retrieve verified, digitally signed user documents through a consent-driven DigiLocker flow.

[Explore API Documentation](https://docs.deepvue.ai/reference/digilocker-kyc/digilocker/introduction)

This API is commonly referred to as

DigiLocker APIDigiLocker KYC APIDigiLocker Verification APIDigiLocker Integration API

Organizations use this API to

fetch verified identity documents

retrieve digitally signed credentials

automate KYC workflows

simplify document collection and verification

The **Deepvue DigiLocker API** helps automate document retrieval and reduce manual upload and verification efforts.

## Authorized DigiLocker Integration

Deepvue is an **authorized DigiLocker entity** and supports consent-based access to verified digital documents.

Authorized  
DigiLocker Entity

Verified

Identity Documents Identity

Aadhaar XML

XMLJSON

PAN Card

PDF

Driving Licence

PDF

Education Documents Education

10th Marksheet

PDF

12th Marksheet

PDF

Degree Certificates

PDF

Migration Certificates

PDF

These documents are retrieved through a **fully end-user consented flow** and can be used to support verification and onboarding workflows.

Integrate once. Access all verified documents.

Join platforms already using Deepvue’s authorized DigiLocker integration.

[Start for Free](https://dashboard.deepvue.ai/sign-up) [Talk to a Specialist](/demo/)

## Why DigiLocker-Based Document Access Matters

Manual document collection creates friction. DigiLocker-based retrieval eliminates it.

Collecting documents manually often leads to

slower onboarding

incomplete submissions

verification delays

inconsistent document quality

DigiLocker-based retrieval enables

faster document access

verified and digitally signed records

better user experience

reduced operational effort

Particularly useful for: KYCAdmissionsHR VerificationCredential Validation

## What This API Enables

The Deepvue DigiLocker API enables organizations to:

Retrieve Verified Documents

retrieve verified documents through user consent

Access Digitally Signed Copies

access digitally signed copies of identity and education records

Automate KYC & Onboarding

automate KYC and onboarding workflows

Streamline Document Collection

streamline document collection and validation

Standardize Document Retrieval

standardize document retrieval across multiple categories

See how easy it is to integrate.

From consent to verified documents — the entire flow takes under 2 seconds.

[Start for Free](https://dashboard.deepvue.ai/sign-up) [View Documentation](https://docs.deepvue.ai/reference/)

## How the API Works

A five-step consent-driven flow from user redirect to structured output.

01

Redirect to DigiLocker

The user is redirected to the DigiLocker consent journey.

02

Authenticate & Consent

The user authenticates and provides consent.

03

Return to Platform

The user is returned to the requesting platform.

04

Fetch Documents

Deepvue fetches the permitted documents through authorized DigiLocker integration.

05

Structured Output

Structured document outputs are returned to your system.

## Consent-Driven Document Access

Every document retrieval is backed by explicit end-user approval.

All DigiLocker workflows are designed around **explicit end-user consent**.

Document retrieval is performed only after the end-user:

authenticates successfully

approves the consent flow

permits document sharing

This makes DigiLocker a **strong fit for compliant verification** and onboarding workflows.

Built on consent. Trusted by compliance teams.

Start integrating Deepvue’s authorized DigiLocker API into your workflows.

[Start for Free](https://dashboard.deepvue.ai/sign-up) [Talk to a Specialist](/demo/)

## Sample API Flow

See how a single API call moves from consent to verified document delivery.

API Request

POST /v1/digilocker/documents/fetch

{
  "consent\_token": "<token\_from\_consent\_flow>",
  "document\_types": \["aadhaar\_xml", "pan\_card"\]
}

Input Parameters

consent\_token

string — issued after DigiLocker consent

document\_types

array — requested document identifiers

API Response (Simplified)

{
  "documents": \[
    {
      "type": "aadhaar\_xml",
      "format": "xml",
      "digilocker\_uri": "digilocker://document/abc123"
    },
    {
      "type": "pan\_card",
      "format": "pdf",
      "digilocker\_uri": "digilocker://document/xyz789"
    }
  \],
  "status": "success"
}

## Output Formats Supported

Depending on document type and source, outputs may be available as:

JSON

JSON metadata

Structured metadata fields returned as a parsed JSON object

PDF

PDF documents

Digitally signed PDF files issued directly from DigiLocker

XML

XML documents

Raw XML data for documents such as Aadhaar with signature

URI

DigiLocker-issued document URIs

Unique DigiLocker URIs pointing to verified document records

Response structures may vary based on document type and availability.

Multiple formats. One simple integration.

Access JSON, PDF, XML and more — all through a single authorized API.

[Start for Free](https://dashboard.deepvue.ai/sign-up) [View Documentation](https://docs.deepvue.ai/reference/)

## Documents You Can Retrieve

Identity and education documents available through a unified retrieval API.

Identity Verification Workflows Identity

Aadhaar XML

XML

PAN Card

PDF

Driving Licence

PDF

Education & Credential Verification Workflows Education

10th Marksheet

PDF

12th Marksheet

PDF

Degree Certificates

PDF

Migration Certificates

PDF

This enables a unified API approach for both **KYC** and **education verification** journeys.

## Unified API for Multiple Document Categories

Deepvue provides a **single integration layer** to retrieve a broad range of DigiLocker-supported documents.

This helps organizations avoid

multiple fragmented integrations

separate document handling systems

inconsistent retrieval workflows

## Faster Integration & Better Developer Experience

Deepvue provides a single integration layer to retrieve a broad range of DigiLocker-supported documents — designed for faster implementation, unified access to multiple document types, high success rates, and better SDK and developer documentation.

Seamless API Integration

01

Initiate DigiLocker consent flow

02

Receive user after successful consent

03

Fetch permitted documents via API

04

Integrate outputs into onboarding or verification workflows

Go live in minutes, not months.

One API. Every document type. Full DigiLocker authorization built in.

[Start for Free](https://dashboard.deepvue.ai/sign-up) [Talk to a Specialist](/demo/)

## Integration Features & Key Capabilities

Everything you need to build, ship, and scale DigiLocker-powered workflows.

Integration Features

Consent-Based Workflow

Document retrieval only after user approval.

Unified API Layer

Access multiple document categories through one integration.

Structured Outputs

Receive documents and metadata in standardized formats.

Scalable Infrastructure

Supports high-volume retrieval workflows.

Developer-Friendly Documentation

Designed for faster go-live and simpler implementation.

Key Features

Authorized DigiLocker Integration

Access documents through an approved DigiLocker setup.

Verified & Digitally Signed Documents

Retrieve trusted digital records.

Identity + Education Coverage

Support both KYC and credential workflows.

Consent-Driven Access

Built around explicit end-user authorization.

Unified Document Retrieval API

Simplify access across multiple document types.

## Who Uses This API

Organizations across industries rely on Deepvue for document retrieval and verification.

Fintech & KYC Platforms

Retrieve identity documents for onboarding.

EdTech & Credential Verification Platforms

Fetch marksheets and degree records.

Enterprises & HR Teams

Support employee and candidate verification workflows.

Background Verification Platforms

Streamline document collection and validation.

Digital Onboarding Systems

Reduce manual uploads and improve conversion.

## Compliance & Data Governance

Deepvue provides infrastructure to enable consent-based DigiLocker document retrieval workflows.

Documents are accessed through

authorized DigiLocker integration

end-user consent and authentication

compliant system workflows

These APIs are intended for use in

KYC and onboarding

identity verification

credential and education verification

document-driven compliance workflows

Deepvue does not independently initiate document access and only facilitates retrieval after valid end-user consent.

Applicable regulations

Digital Personal Data Protection Act (DPDP), 2023

Data protection & privacy

Information Technology Act, 2000

Electronic governance & cybersecurity

All API interactions are protected using encryption, access controls, and audit logging.

Customers are responsible for ensuring lawful usage and compliance with applicable regulations.

## Flexible API Pricing

Deepvue APIs are designed to scale with your document retrieval requirements.

Pricing typically depends on

number of document retrievalsdocument categories enabledAPI usage tiersintegration requirements

For organizations evaluating DigiLocker API pricing or DigiLocker integration cost, our team provides customized pricing.

[Start for Free](https://dashboard.deepvue.ai/sign-up) [Request Pricing](/demo/)

## Frequently Asked Questions

Common questions about DigiLocker API integration, documents, and pricing.

What is a DigiLocker API?

A DigiLocker API enables platforms to retrieve verified digital documents through an end-user consent flow.

Can this API be used for KYC?

Yes. It can be used to retrieve identity documents such as Aadhaar XML, PAN Card, and Driving Licence for consent-based KYC workflows.

Can I fetch education documents through this API?

Yes. The API supports education documents such as 10th and 12th marksheets, degree certificates, and migration certificates.

Are the documents digitally signed?

Yes. Documents retrieved through DigiLocker are verified digital records, and document formats may include digitally signed outputs where applicable.

What is DigiLocker API pricing?

Pricing depends on document categories, retrieval volume, and integration requirements.

## Is Deepvue a DigiLocker API provider?

Deepvue provides authorized DigiLocker integration APIs that enable organizations to retrieve verified digital documents through consent-based workflows.

## Start retrieving verified documents  
through DigiLocker-powered workflows.

Authorized integration. Consent-driven access. Production-ready API.

[Start for Free](https://dashboard.deepvue.ai/sign-up) [Talk to a Specialist](/demo/)
