Endpoints

Files are exposed as REST endpoints. CSV files support full CRUD. Text and binary files are served as-is.

REST API: Base URL: http://camunda-tools.home.jeltechnologies.com:13013. Use the endpoint URLs shown below in your Camunda processes.
JSON Files
demo-1-find-corresponding-po-with-invoice.json
GET returns content with application/json MIME type. Edits are saved to disk and served immediately.
demo-1-purchase-orders-for-extra-work.json
GET returns content with application/json MIME type. Edits are saved to disk and served immediately.
demo-1-transfer-invoice-header-details-to-sap-vim.json
GET returns content with application/json MIME type. Edits are saved to disk and served immediately.
Binary Files
SAP_Posting.xlsx
GET returns binary content with detected MIME type. Max 10 MB.
SAP_to_Vendor_Invoice_Description_Pattern.xlsx
GET returns binary content with detected MIME type. Max 10 MB.
SAP_to_Vendor_Invoice_Descriptions_Normalized.xlsx
GET returns binary content with detected MIME type. Max 10 MB.
Vendor_Container_List_Supporting_Document.xlsx
GET returns binary content with detected MIME type. Max 10 MB.
Upload File
Click to select a file — upload starts immediately. Supported: CSV, text files (.txt, .json, .yaml, .yml, .md), binary files (.zip, .pdf, images, Office documents). Max 10 MB.