Certificate of incorpration

Extraction of details from image/pdf of an certificate of incorpration in real-time.

Submit Document

coi_ocr

POST https://secctrl.tutelar.io/api/v1/kyc/vision/coi_ocr

Post parameters description is given below,

Post Parameter
Type
Is Mandatory
Description

image_url

String

Yes

Image/pdf Url

Sample Post Parameters

{
    "image_url": "Url or Base64"
}
{
  "success": true,
  "code": 200,
  "message": "The request has been successfully completed.",
  "reference_id": "b5950b9e-ed44-4529-a18e-f8c8054a5035",
  "status": "completed",
  "result": {
    "cin_number": "U51504RJ2021PTC076451",
    "incorporation_date": "13/08/2021",
    "company_name": "DISCOUNT MART PRIVATE LIMITED",
    "pan_number": "AAICD6833H",
    "tan_number": "JPRD06659C",
    "address": "D-115, G-2, Sheetal Mangalam City Hathoj, Jaipur, Jaipur, Rajasthan, India, 302012"
  },
  "requested_at": "2026-01-14T10:54:00.469Z",
  "completed_at": "2026-01-14T10:54:00.628Z"
}

Check Document Status

Get document details

GET https://secctrl.tutelar.io/api/v1/kyc/vision/coi_ocr

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

Last updated