Verification endpoints
Confirm whether a reviewed artifact still matches the preserved history and return PASS, FAIL, or no-source states with verification details.
Review the evidence package structure, verification model, standards mapping, and integration path.
Archive Origin extends C2PA with a standards-aware evidence layer that connects verified artifacts to identities, competencies, review status, credentials, learner records, LMS workflows, public verification, and later institutional systems.
Artifact authenticity, source relationship, and tamper evidence begin at the file layer.
Identity, issuer, skill, review state, timestamps, and verification URLs connect the artifact to institutional meaning.
Open Badges, CLR, LTI, and later OneRoster or VC workflows can point to the same preserved evidence object.
Later reviewers can inspect whether the reviewed artifact still matches the preserved history without mutating the record.
Use these endpoint families to verify artifacts, manage evidence packages, and preserve relationships across source and derived records.
Confirm whether a reviewed artifact still matches the preserved history and return PASS, FAIL, or no-source states with verification details.
Create, read, update status, and retrieve standards-aligned evidence packages tied to preserved artifacts and review state.
Represent learner, issuer, contributor, skill, rubric, source-artifact, and derived-output relationships without losing the artifact chain.
It is the bridge between raw verified artifacts and institutional systems that need portable, reviewable evidence.
Learner identity, issuer or school identity, and organizational references that establish who the evidence belongs to and who is asserting it.
Course, pathway, program, class, skill, competency, or rubric references that explain what the artifact is being used to support.
Verified media capture, C2PA manifest reference, hash state, source linkage, and trusted timestamp for artifact integrity.
Review status, evidence summary, verification URL, revocation state, and derived-output relationships that make later inspection possible.
The payload below shows how provenance, identities, competencies, review state, and public verification can travel together in one object.
A standards-aware evidence package can combine provenance, identities, competencies, review state, and public verification in one object.
{
"package_id": "ao-evidence-2026-00142",
"learner_id": "learner-8842",
"issuer_id": "district-cte-12",
"program": "Advanced Manufacturing Pathway",
"competency": "precision_measurement_level_2",
"artifact": {
"artifact_id": "ao-artifact-58f2",
"media_type": "video/mp4",
"c2pa_manifest_id": "c2pa:manifest:8842",
"sha256": "6e4d...a1c9",
"sealed_at": "2026-05-22T14:05:11Z"
},
"review": {
"status": "approved",
"rubric_id": "rubric-mfg-precision-02",
"evidence_summary": "Learner demonstrated calibrated measurement workflow."
},
"verification": {
"public_url": "https://archiveorigin.com/public/verify/ao-evidence-2026-00142",
"current_result": "PASS",
"revocation_status": "active"
},
"targets": {
"open_badges": true,
"clr": true,
"lti_launchable": true
}
}
Standards alignment lets schools, workforce partners, and credentialing systems reuse the same verified evidence object across their existing workflows.
The primary bridge into education interoperability because it governs credential, learner-record, and LMS-adjacent workflows.
Allows a credential to point back to verified evidence instead of existing as a badge with weak artifact support.
Lets verified evidence support learner records, pathway documentation, portfolio artifacts, and workforce-facing skill history.
LTI enables LMS launch and assignment workflows first. OneRoster can later connect class, roster, and enrollment context into the package graph.
These standards and controls support security review, procurement review, accessibility review, and implementation confidence.
Archive Origin connects C2PA provenance, standards-aware evidence packages, verification endpoints, and institutional integrations into one technical workflow.