| Status Codes | Billable | Message |
|---|---|---|
| OKRES | No | Document uploaded successfully |
| FILNF | No | File not found |
| SIZEX | No | The uploaded file is larger than the maximum allowed size |
| INVFT | No | Invalid file type |
| INVPW | No | Invalid file password |
| NOPWD | No | No password provided for password protected file |
| NOB16 | No | Unable to decode base16 password |
| SESEX | No | Expired sessionId |
| INSES | No | Invalid sessionId |
| ISERR | No | Internal server error |
| NOPRV | No | Your account does not have the required privilege to access this API |
| AUTHM | No | Authkey missing or invalid |
| RLEXX | No | Request limit exceeded |
| IPNTW | No | IP address not whitelisted |
| INVTP | No | Uploaded files must be of the same type |
curl --location --request POST 'https://analysis.fineye.co/upload' \
--header 'authKey: <api-key>' \
--form 'session_id=""' \
--form 'consent_text="We confirm that we have obtained the consent of the respective customer to fetch their details by using their Bank Statements and the customer is aware of the purpose for which their data is sought for being processed and have given their consent for the same and such consent is currently valid and not withdrawn."' \
--form 'consent="Y"' \
--form 'file=@"/Users/lt_befisc_t031/Downloads/fwdsetubefisc/259ED8600002.pdf"' \
--form 'pdf_file_password_b16=""'{
"api_category": "Financial Analysis Suite",
"api_name": "FinEye - Upload",
"datetime": "2026-01-22 12:46:50.207513",
"documents": [
{
"document_id": "01",
"filename": "259ED8600002.pdf"
}
],
"message": "Document uploaded successfully",
"session_id": "referenceID_wyNwZAfpAEpPlqMSCenk",
"status": "OKRES",
"txn_id": "db7638e9-5679-4cc8-9f90-dfce93e0dba3"
}