> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Independently verifies the Ed25519 signatures on a set of VES events. This

> is the buyer-facing proof of the verifiable-event architecture: anyone holding the public key can confirm an event chain is authentic and untampered…

is the buyer-facing proof of the verifiable-event architecture: anyone
holding the public key can confirm an event chain is authentic and
untampered. The same check runs client-side with `signing::verify`.

### Response

No response body. Per-event verification result.

### Status codes

| Code  | Meaning                                     |
| ----- | ------------------------------------------- |
| `200` | Per-event verification result               |
| `422` | No public key available or unparseable body |

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://edi.stateset.com/v1/verify' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
