ITRIntroduction
ITR

Income Tax Returns (ITR)

Programmatic access to Income Tax Returns, Form 26AS, and Annual Information Statement (AIS) data through a secure, consent-based workflow.

Overview

The ITR API suite lets you retrieve and analyze income tax data for individuals directly from the Income Tax Department. You can download and parse Income Tax Returns, Form 26AS (tax credit statements), and Annual Information Statements (AIS) through a unified set of endpoints.

Typical workflow

The ITR APIs follow a three-step pattern:

  1. Create a client — Register the taxpayer and establish a secure session for data retrieval.
  2. Download the document — Fetch the raw ITR, 26AS, or AIS document from the Income Tax Department.
  3. Get parsed details — Retrieve structured, parsed data from the downloaded document for downstream processing.

You must call the Create Client endpoint before downloading or retrieving details for any document type. The client session is required for all subsequent requests.

Available endpoints