Representative interface · no live API

Verification should be readable by people and systems.

This page documents an editable interface concept. Endpoints, schemas, authentication, uptime, and production availability are not promised.

GET

/v1/records/{id}

Retrieve current status, record class, issuer reference, consent posture, evidence summary, limitations, and update time.

GET

/v1/records/{id}/history

Review representative status changes, superseding records, disputes, and revocation events.

POST · REVIEW GATED

/v1/requests

Propose a registration request for eligibility review. This would not create an approved record automatically.

Status model

Machine-readable, limitation-forward.

Clients should never treat verified as a universal legal conclusion. The response carries a specific record class and explicit limitations.

{
  "id": "OCR-DEMO-1042",
  "status": "verified",
  "record_class": "provenance",
  "consent": "recorded",
  "evidence_count": 3,
  "limitations": [
    "not_title",
    "not_appraisal"
  ]
}