Skip to main content
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

Authorization
string
header
required

API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.

Body

application/json
document_url
string<uri>
required

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"

micr_details
boolean
default:true

Fetch MICR details

Example:

true

Response

Cheque data extracted successfully

status
enum<string>
required

Overall status of the API

Available options:
success,
error
code
integer
required

HTTP status code

Example:

400

message
string
required

Description of the response or error

Example:

"Invalid request parameters"

data
object
required

Extracted cheque information

credits_used
integer
required

Represents the total number of credits used in this request.

Example:

3

credits_left
integer
required

Represents the remaining credits available for use.

Example:

4040