For developers & platforms
PillarProof intelligence inside your workflow.
Use a versioned, machine-consumable interface to create cases, submit evidence and retrieve governed assessment artifacts without exposing internal orchestration.
API v1
Stable contracts around the output. Private implementation underneath.
Designed for scoped credentials, idempotent writes, bounded rate limits, tenant separation and durable audit trails.
CasesCreate and retrieve the construction-risk case container.
EvidenceAttach governed evidence and preserve provenance references.
AssessmentsQueue assessments and retrieve stable result artifacts asynchronously.
Contract surface
Small on purpose.
The public API is kept narrow so customers depend on stable business artifacts rather than internal agents or model implementation.
POST /v1/cases
Create casePOST /v1/evidence
Submit evidencePOST /v1/assessments
Queue assessmentGET /v1/assessments/{id}
Retrieve result{
"assessment_id": "asmt_…",
"status": "completed",
"artifact": {
"eligibility": "conditional",
"integrity_risk": "moderate",
"operational_action": "verify",
"reason_codes": ["…"],
"evidence_refs": ["…"]
}
}Illustrative contract shape. Production schemas are versioned and provisioned with approved API access.
API access
Tell us where PillarProof should sit in your workflow.