cURL
curl --request GET \ --url https://nano-gpt.com/api/v1/tee/attestation \ --header 'Authorization: Bearer <token>'
{ "attestation": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
TEE model to attest
TEE attestation report
The response is of type object.
object