Learn about NVIDIA Confidential Computing and how to verify attestations
X-Attestation
tag.
This means every single AI result you receive comes with a cryptographic proof of its origin and integrity, bringing true on-chain verifiability to AI.
http://72.46.85.207:8734/~cc@1.0/verify
How to Use:
Simply make a GET
request to the endpoint, passing the full attestation string you received as the request body.
Here is a curl
command example. Replace YOUR_ATTESTATION_STRING_HERE
with the actual value from the X-Attestation
tag.
Python 3.8
or later.
X-Attestation
tag in our service’s response message.nv_attestation_sdk
to validate the token against your policy file.nvtrust
GitHub repo]RemoteGPUTest.py
and LocalGPUTest.py
in the SDK’s tests
directory.