Skip to main content
Hello from ARGOS Omni. Here is what shipped in September.

Download an analysis report as PDF

New Feature You can now download a completed analysis as a PDF report. Use the Download PDF button on the analysis results screen.
PDF analysis report

The downloaded PDF report.

It lays out the score, the summary, and the decision variables as a document, along with the analysis ID, completion time, and profile ID — ready to file as evidence for a review, or to submit as-is. Report generation moved to a dedicated server, which substantially improved the layout and the reliability. Reports are available in Korean and English. To get the same file through the API, use GET /analyses/:analysisId/report.

An analysis completes only once its report is ready

Feature Improvement Previously, selecting Download PDF right after an analysis turned complete could tell you the report was still being prepared. Now an analysis is marked complete at the point its report is ready. When the status reads complete, Download PDF works immediately. No waiting and retrying.

Report download history

Feature Improvement When a report was generated and when it was downloaded are now recorded, along with generation failures — which makes it far easier to trace what went wrong when something does.

The 5-item folder limit is gone

New Feature The limit of 5 items per folder has been removed. A folder now holds as many documents as you need. In its place, one profile can hold 100MB of uploads in total. Splitting them across folders does not change the total, and going over returns 409 OMNI_2005. You no longer have to split folders just because a case involves many documents. Folders are now purely for organizing documents by type.

Unsupported formats are rejected at upload

Breaking change Previously any format uploaded successfully and then failed quietly during processing, when no text could be extracted. Now an unsupported format is rejected as you upload it400 OMNI_2105. Rejected: HWP and HWPX, the legacy doc, xls, and ppt formats, RAW, ICO, ZIP, and video and audio files. Convert legacy Office documents to docx, xlsx, or pptx first. A file whose extension disagrees with its actual content is rejected under the same code. Renaming a PDF to .md does not get it through.
This cuts down on discovering “the value was never extracted” only after running an analysis. The full supported list is in adding an item.