Available modes
read_schemaview_packagesummarize_package
Read a rail return package in a clean shape. Agents get JSON. Humans get the same facts in a page that shows what was checked, what is missing, and what proof was issued.
This is a viewer and summarizer. It does not alter source rail output.
read_schemaview_packagesummarize_packagereturn_package_id
return_package_id, rail_key, checked_items, missing_items, ready_items, exception_object, proof_issued, attestation
GET /api/return-package-viewer returns the schema, boundary, and a sample object. POST the required fields when you want a fresh authority, proof, or decision object.
curl https://weverlabs.com/api/return-package-viewer
curl -X POST https://weverlabs.com/api/return-package-viewer \
-H "content-type: application/json" \
-d '{"schema_version":"1.0","rail_key":"packetops"}'Agents should read the product API, submit the required fields, keep every returned ID and hash, then verify the receipt and return package after completion.