IDENTITA {DOCUMENT EXTRACTOR} (1.0.0)

Download OpenAPI specification:Download

Sindi API.

Client authentication

Allows to the client generate an authentication token

Request Body schema: application/json
required

Allows the user to enter

key
required
string
secret
required
string

Responses

Request samples

Content type
application/json
{
  • "key": "9abefc3a-04f2-49ce-b055-003b0433",
  • "secret": "Yjs9rAbpewnHGjfeLUvWnqqRpSNHJOYZXG3B7w665"
}

Response samples

Content type
application/json
{
  • "success": true,
  • "message": "Success auth",
  • "data": {
    },
  • "errors": [
    ]
}

Extracts metadata of document

Extracts metadata of document

Authorizations:
Bearer
Request Body schema: application/json
required

identita requires the code and image of each document to be processed

code
required
string
image
required
string
version
string

Responses

Request samples

Content type
application/json
{
  • "code": "cumplimiento-imss",
  • "image": "base64 code",
  • "version": "1"
}

Response samples

Content type
application/json
{
  • "success": true,
  • "message": "Processed succesfully",
  • "data": {
    },
  • "errors": [
    ]
}

Returns a list of documents that were processed

Returns a list of documents that were processed.

Authorizations:
Bearer

Responses

Response samples

Content type
application/json
{
  • "success": true,
  • "message": "Processed succesfully",
  • "data": [
    ],
  • "errors": [
    ]
}