GET
/
api
/
v1
/
tee
/
attestation
curl --request GET \
  --url https://nano-gpt.com/api/v1/tee/attestation \
  --header 'Authorization: Bearer <token>'
{
  "attestation": "<string>"
}

Fetch a TEE attestation report for a given model.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

model
string
required

TEE model to attest

Response

200
application/json

TEE attestation report

The response is of type object.