IN-D KYC India (Preview)
Classify ID documents, and extracts useful attributes smartly leveraging on the power of AI. Works with most of the officially valid documents for vetting your customers making your onboarding fraud-proof and build trust.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | IN-D Support |
URL | https://www.one.in-d.ai/developer/ |
explore@in-d.ai |
Connector Metadata | |
---|---|
Publisher | IN-D by Intain |
Website | https://www.in-d.ai |
Privacy policy | https://www.in-d.ai/privacy-policy |
Categories | AI;IT Operations |
IN-D KYC India Connector helps users to classify all Indian ID documents such as Aadhaar, PAN, Voter ID, Driving License etc., and extracts the useful attributes from the documents smartly. This adds more intelligence to your KYC flow or wherever you need build trust such as client onboarding, employee onboarding, and onboarding of different parties in a Shared Economy.
Prerequisites
For using the connector you need the appropriate license to handle OVDs and PIIs whichever is applicable to the region you are from. You need an API key to access the connector which you can get from IN-D One portal.
How to get credentials
For accessing the connector, you need an API Key which can be obtained from our portal (one.in-d.ai). Register your company to create an account. Login and you can always get your API Key generated by clicking Generate button under the KYC product. By default each Key only have 1000 credit points that you can utilize to test the solution. For official implementation drop a mail to explore@in-d.ai. We will connect with you in next 24 hours.
Known issues and limitations
Image name extension must be jpg,jpeg,png.
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
ID Document Classification and Extraction |
This action does both classification of the ID document and extraction of attributes from the ID document. When a document is sent as an input, the extracted data along with the classified document type is received as an output. |
ID Document Classification and Extraction
This action does both classification of the ID document and extraction of attributes from the ID document. When a document is sent as an input, the extracted data along with the classified document type is received as an output.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Content type of request
|
Content-Type | True | string |
Content type of request |
extraction or classification
|
api | True | string |
extraction or classification of request |
file name
|
filename | True | string |
filename |
base64 content of file
|
payload | True | byte |
base64 content of file |
Returns
Name | Path | Type | Description |
---|---|---|---|
desc
|
desc | string |
description of request either success or failure |
classification_result
|
result.classification_result | array of object |
classification_result |
document type
|
result.classification_result.document_type | string |
type of id document |
file name
|
result.classification_result.filename | string |
name of file |
quality of image
|
result.classification_result.image_quality | string |
image quality of id document |
extraction_result
|
result.extraction_result | array of object |
extraction_result |
ADDRESS
|
result.extraction_result.ADDRESS | string |
id document address |
id document type
|
result.extraction_result.DOC_TYPE | string |
type of id document |
FATHER_SPOUSE_NAME
|
result.extraction_result.FATHER_SPOUSE_NAME | string |
details of id document father name/spouse name |
filename
|
result.extraction_result.filename | string |
filename |
validation
|
result.extraction_result.validation | boolean |
validation from govt db |
status
|
status | string |
status of post request either success or failure |