OCR PDF or image
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Long-lived API token sent in the requestToken header. See API token authentication.
Path parameters
The type of object to create in Payabli. Accepted values are bill and invoice.
Request
The document to process, sent as a file upload in a field named file. Accepted formats are PDF, JPG, JPEG, PNG, and GIF.
Response
Boolean indicating whether the operation was successful. A true value
indicates success. A false value indicates failure.
Response text for operation: ‘Success’ or ‘Declined’.
Code for the response. Learn more in API Response Codes.