Verifying a Media Hash
Anyone (no key required) can confirm if a hash is anchored:
curl https://api.openorigins.com/v1/public/media/<HASH>200 – Returns the same JSON schema as Retrieve one media item.
404 – Hash has never been anchored.
To verify offline:
Hash the file locally (SHA3‑512).
Compare the hash to the hash field returned above.
Walk the
merkle_pathand ensure the root matches the on‑chain transaction.
Last updated