Skip to main content
POST
/
v1
/
documents
/
extraction
/
ind_bank_cheque
Ind Bank Cheque Ocr
curl --request POST \
  --url https://production.deepvue.tech/v1/documents/extraction/ind_bank_cheque \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "document1": "<string>",
  "document2": "<string>",
  "name": "<string>"
}
'
{
  "code": 200,
  "transaction_id": "string",
  "message": "Document processed successfuly",
  "data": {
    "account_name": "string",
    "account_no": "string",
    "bank_address": "string",
    "bank_name": "string",
    "date_of_issue": "string",
    "ifsc_code": "string",
    "is_scanned": true,
    "micr_cheque_number": "string",
    "micr_code": "string"
  }
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Body

application/json
document1
string
required
document2
string
name
string

Response

Successful Response

data
CHEQUE_DOCUMENT_DATA · object
required
transaction_id
string
required
message
string
default:Document processed successfuly
code
string
default:200