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

Fetch an ECDSA signature for a chat request executed in a TEE.

Authorizations

Authorization
string
header
required

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

Path Parameters

requestId
string
required

Chat request ID

Query Parameters

model
string
required

TEE model to attest

signing_algo
string

Signing algorithm to use

Response

200
application/json

TEE signature response

The response is of type object.