Extract data from cheque image
OCR APIs
Indian Cheque v2
Processes a cheque image and extracts structured information using OCR technology
POST
Extract data from cheque image
Image Requirements:
- Clear, high-resolution image
- Cheque should be flat and well-lit
- All text should be clearly visible
- Supported formats: JPG, JPEG, PNG
Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Body
application/json
Publicly accessible URL of the cheque image to be processed.
Requirements:
- Must be a valid HTTP/HTTPS URL
- Image must be publicly accessible
- Supported formats: JPG, JPEG, PNG
Example:
"https://example.com/images/cheque-front.jpg"
Fetch MICR details
Example:
true
Response
Cheque data extracted successfully
Overall status of the API
Available options:
success, error HTTP status code
Example:
400
Description of the response or error
Example:
"Invalid request parameters"
Extracted cheque information
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

