Prerequisites
- An Omni API key (get one here)
- A project with at least one configured workflow
If you have not set up a workflow yet, create one in the Omni dashboard before you follow the steps below. See Creating a workflow for the full walkthrough.
End-to-End Flow
Get Your Project and Workflow
First, retrieve your project to find the available workflows.Note the
workflowId you want to use from the response.Create a Profile
Create a new profile under your workflow. Each profile represents one verification case.The response includes the
profileId and a default folder.Upload Items
Upload documents to the default folder. Omni supports images (JPG, PNG), PDFs, and office documents.
Max file size: 10MB. Max items per folder: 5. Supported formats: JPG, PNG, PDF, TXT, DOC, DOCX, XLS, XLSX, BMP, TIFF, WEBP, CSV, HTML, MD.
Wait for Processing
After upload, items go through automatic processing (OCR, text extraction). Poll the status until all items are
ACTIVE.Run Analysis
Once all items are active, trigger the analysis. The workflow’s policy, engines, and output schema are applied automatically.The analysis runs asynchronously. Poll the profile to check for results.
What’s Next?
Dashboard
Learn how to configure workflows, policies, and engines in the dashboard.
API Reference
Explore the full API documentation.