Captre lets agents and humans create a permanent, independently verifiable first-claim record for any content hash — anchored on Algorand, settled via x402 micropayment in under 8 seconds.
GET /verify reads directly from chain.Payment settles first via the x402 facilitator, then Captre writes two boxes atomically — the attestation record and the UUID index.
content_hash plus optional metadata. The x402 middleware intercepts and issues a 402 payment challenge.attestation_id, author, and tx_id.Simulate the full attestation flow end-to-end — attest, verify, look up by ID, and revoke. The free endpoints hit the real API; paid endpoints are safely mocked.
GET /verify endpoint on your running server.
Free, no payment required.
GET /attestation/{id} endpoint.
Accepts a UUID attestation_id or a raw content_hash.
Free, no payment required.
curl "https://captre.onrender.com/verify\ ?content_hash=sha256:YOUR_HASH"
curl "https://captre.onrender.com/attestation\ /YOUR_ATTESTATION_ID"