Create a case or add an upload
Upload documents for a candidate. If a case with the given externalId already exists, files are added as a new upload to that case. Otherwise, a new case is created.
Accepted formats: PDF, PNG, JPG, JPEG, WebP, ZIP. Limits: 20 files, 30 MB per file, 40 MB total. Setting classify: false while including forensics in features is not allowed.
Authorizations
Partner API key. Also accepted as Authorization: Bearer <key>.
Body
One or more document files. Accepted formats: PDF, PNG, JPG, JPEG, WebP, ZIP. Max 20 files, 30 MB each, 40 MB total.
Your reference for this case. Unique per organization — subsequent submissions with the same externalId append to the existing case.
1 - 128Run AI document classification. Required when forensics is enabled.
JSON array of features to run. Defaults to all three. Example: ["extraction","forensics"]
"[\"extraction\",\"forensics\",\"translation\"]"
JSON object of key-value pairs (string, number, or boolean values).
"{\"cycle\":\"2025-fall\"}"