Verifications
Verify one CAC document
Submit a single CAC document for asynchronous verification.
POST
Submit one CAC document at a time instead of the full batch. Like Verify CAC documents, this endpoint is asynchronous: it queues the document and returns immediately with a
pending status. The result is emailed and reflected in Get CAC verification status.
Send the request as multipart/form-data. You must own the company.
Form fields
string
required
The company the document belongs to.
file
required
The CAC document. PDF, JPEG, or PNG, up to 25 MB.
string
required
Which document is being submitted. One of
cacert, cacReport, or memartDocument.Response
progress reports how many of the required documents are verified so far. total is 3 for RC companies (certificate, report, MEMART) and 2 otherwise.
Errors
Verification is rate limited to 10 attempts per hour per caller.
