---
title: "Ind Gstin Certificate Ocr"
method: POST
path: "/v1/documents/extraction/gstin-certificate"
tags: ["Document OCR"]
---

# Ind Gstin Certificate Ocr

`POST /v1/documents/extraction/gstin-certificate`

This API helps you extract details from image of a GST Certificate in real-time.       
Base64 encoded string or publically accessible URL of the document needs to be passed in request payload.

## Request body

- GstOcrPayload
  - `document1` string, required

## Response `200`

Successful Response

- RESPONSEGSTINOCR
  - `data` GSTINDOCUMENTOCR, required
    - `address` string, required
    - `constitution_of_business` string, required
    - `date_of_liability` string, required
    - `gstin` string, required
    - `is_provisional` string, required
    - `legal_name` string, required
    - `pan_number` string, required
    - `trade_name` string, required
    - `type_of_registration` string, required
    - `valid_from` string, required
    - `valid_upto` string, required
  - `message` string
  - `transaction_id` string, required
  - `code` string

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