recording_proof
Export a recording as an independently verifiable proof bundle. Verify offline with only the signers' public keys.
Instructions
Export a recording as an independently verifiable proof bundle.
Returns the full hash-linked chain as JSON. Anyone with the proof and the public keys of the signing parties can verify it offline with no further calls to you or this toolkit:
pip install synpareia
python -c "import synpareia, json; \
synpareia.verify_export(json.load(open('proof.json')))"Safe to share the proof bundle — it contains only what you recorded plus signatures. It does not contain your private key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recording_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||