FinEye Financial Analysis Suite
  1. Statement Analysis Product APIs
FinEye Financial Analysis Suite
  • Statement Analysis Product APIs
    • Generate Session ID
      POST
    • Upload
      POST
    • Pre Analysis
      POST
    • Data Parsing
      POST
    • Pre Analysis with Data Parsing
      POST
    • Start Analysis
      POST
    • Check Status
      POST
    • Retrieve Report
      GET
  1. Statement Analysis Product APIs

Check Status

POST
https://analysis.fineye.co/checkStatus
Retrieve the current processing status for the session's documents and reports.

Response Codes#

Status CodesBillableMessage
OKRESYesReport Generated Successfully
INPRGNoOCR in Progress / Analysis in Progress / Report Generation in Progress
NOTSTNoAnalysis not started for this ReferenceID
NOTXNYesNo bank transactions in the expected date range
SESEXNoExpired sessionId
INSESNoInvalid sessionId
PARMSNoParameter missing
ISERRNoInternal server error
AUTHMNoAuthkey missing or invalid
NOPRVNoYour account does not have the required privilege to access this API
RLEXXNoRequest limit exceeded
IPNOWNoIP Address not whitelisted

Request

Authorization
Add parameter in header
authKey
Example:
authKey: ********************
Header Params

Body Params application/json

Examples

Responses

⚪0checkStatus
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://analysis.fineye.co/checkStatus' \
--header 'authKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "session_id": ""
}'
Response Response Example
{
  "api_category": "Financial Analysis Suite",
  "api_name": "FinEye - Check Status",
  "datetime": "2025-05-27 21:19:49.527963",
  "message": "Report Generated Successfully",
  "session_id": "referenceID_RNJKtkJIlbRjSxcTyXKn",
  "status": "OKRES",
  "txn_id": "7c199de3-801b-4423-8ca9-e4eb2f050027"
}
Modified at 2026-01-22 12:54:20
Previous
Start Analysis
Next
Retrieve Report
Built with