Compliance checking answers a simple question: “Does our project documentation satisfy this requirement?”
You provide a requirement (e.g., “The site must have a documented fire safety plan”) and Pyramid Check searches your project documents for evidence, then delivers a verdict: compliant or non-compliant, with citations.
POST /api/v2/check/verify
Submit a single requirement and get an immediate verdict. The fastest way to check something.
Response structure:
Best for: Spot checks, quick lookups, integrating compliance into other workflows (e.g., an Excel column that shows pass/fail).
For audits and systematic reviews, use compliance runs to check dozens or hundreds of requirements in a single batch.
The workflow:
Define what you’re checking — a name, the project to check against, and a list of requirements.
This creates the run but does not start processing — giving you a chance to review before committing.
Best for: Quarterly audits, tender compliance reviews, systematic gap analysis, regulatory reporting.
The confidence score tells you how certain the AI is about its verdict:
A low confidence score doesn’t always mean non-compliant. It often means the AI couldn’t find enough relevant content in your documents to make a strong determination. Consider uploading additional documents.