GET
/
v1
/
verified
/
chat
/
completions
/
{hash}

Authorizations

Authorization
string
header
required

Bearer authentication header.

example value: Bearer Galadriel-API-key

Get API key from Galadriel dashboard.

Path Parameters

hash
string
required

The hash of the verified completion.

Response

200 - application/json
attestation
string
required

The attestation document.

created_at
integer
required

The timestamp of when the verified completion was created.

hash
string
required

The SHA-256 hash of the request and response

id
string
required

Unique ID of the verified completion.

public_key
string
required

Signer public key

request
object
required
response
object
required
signature
string
required

The signature of the hash, signed by the Solana account in hex format.

tx_hash
string
required

The transaction hash.