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