media_verify
Verify a signed record from this service. Pass an airing_id, or pass back a record you cached earlier with its signature and we will confirm it is byte-identical to what we signed. The public key and exact canonicalisation are at /.well-known/dtv-intel-signing.json so you can also verify offline without calling us.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free text; an airing id is picked out of it if present. | |
| record | No | A previously returned signed claim. | |
| airing_id | No | ||
| signature | No | Base64 Ed25519 signature that came with the record. | |
| record_type | No | Defaults to "airing". |