Run Compliance Checks
Verify requirements against your documents with AI-powered verdicts
Before you begin
- You have an API key (
pai_test_*orpai_live_*) - You have a project with processed documents (Upload Documents)
- Feature
api.checkis enabled for your organization
Run a single compliance check
Submit a requirement and get a verdict against your project’s knowledge base:
Verdict values
Run a batch check (check run)
For multiple requirements, create a check run that processes them asynchronously.
Example: Automate compliance in a spreadsheet
A typical workflow for clients like AIS using the Excel Add-in:
- Upload your compliance reference documents via Documents API
- Read each row from your spreadsheet (e.g., tree name + recommendation)
- Call
POST /check/verifyfor each row - Write the verdict and recommendation back to the output column
This turns a manual review process into an automated pipeline that runs in minutes.
What’s next
- Manage Projects — organize your knowledge base
- Ask a Question — use Agent for free-form Q&A instead of structured checks