Uploads a financial file for a specific organization. The request must include the organization’s ID, the currency of the financial data, and the file to upload. On success, the endpoint returns details about the uploaded financial file, including its ID, organization, and currency.
| Guest | Host | Self |
|---|---|---|
| ❌ | ✅ | ✅ |
Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.
The unique identifier of the organization making the request. This ID is used to authorize the requester within the system.
"054b4106-174b-46b0-97f8-86d8d7b6f0af"
The unique identifier of the organization that is the target of the request.
The Target-Organization-ID may match the Requester-Organization-ID if the requester accesses their own resources.
If the Target-Organization-ID differs from the Requester-Organization-ID, the requester can access third-party resources if the requester has a connection with the target organization and is authorized to perform such actions.
"123e4567-e89b-12d3-a456-426614174000"
Unique identifier of the organization
"a3c9e8f1-2b4d-4c6e-8f0a-1b2c3d4e5f60"
Financial file to upload. This should be a valid file with max size of 20971520 bytes and contain one of allowed mime type: application/x-rar-compressed, application/vnd.rar, application/zip, application/x-7z-compressed, application/pdf.
Successful Response
Unique identifier of the uploaded financial file
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Original name of the uploaded file
1 - 255"financials_q3_2025.pdf"
"report_2025.pdf"
MIME type of the uploaded file, must be on of: application/x-rar-compressed, application/vnd.rar, application/zip, application/x-7z-compressed, application/pdf
1 - 100"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
"text/csv"
Size of the file in bytes with max size of 20971520 bytes
153600
204800
SHA-256 hash of the file content for integrity verification
64"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
Current processing status of the file
uploaded, processing, valid, invalid, failed Unique identifier of the organization, that uploaded the file
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Timestamp when the file was uploaded
"2025-09-23T16:07:35.675578"
Timestamp when the file was created
"2025-09-23T16:07:35.675578"
Timestamp when the file was updated
"2025-09-23T16:07:35.675578"
Optional message related to the file processing, e.g., errors or warnings
1000"No valid document is found"