Create a new case or add files to an existing one
Cases
Create Case
Create a new case for document analysis with optional file placeholders.
POST
Create a new case or add files to an existing one
A case acts as a container for documents that need to be analysed together. You can create a case with or without file placeholders.
With file placeholders: Pre-define expected files and get upload URLs immediately.
Without file placeholders: Create case first, then add files later.
Best Practices
- Descriptive Labels: Use clear, descriptive case labels like claim numbers or policy numbers for easy identification.
- Unique Labels (Case-Insensitive): Case labels must be unique per user regardless of letter casing. Creating a case with a label that only differs by case will return a
409 Conflictresponse. - File Planning: Pre-define expected files when possible to get upload URLs immediately.
- Batch Operations: Create cases in advance for high-volume processing.
Authorizations
Body
application/json
Required string length:
1 - 255Required string length:
1 - 255Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$