---
title: "Get Gpu Attestation"
method: POST
path: "/v1/attestations/gpu"
tags: ["Intelligence"]
---

# Get Gpu Attestation

`POST /v1/attestations/gpu`

NVIDIA Remote Attestation Service (NRAS) GPU attestation.

Expects a nonce (hex) and returns NVIDIA-signed Entity Attestation Tokens (EATs).

## Request body

- GpuAttestationRequest — Request schema for GPU attestation.
  - `nonce_hex` string, required

## Response `200`

Successful Response

- GpuAttestationResponse — Response schema for GPU attestation.
  - `nonce` string, required
  - `platform_token` string, required
  - `gpu_token` object, required
  - `verifier_env` 'REMOTE', required
  - `issued_at` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/58e8351486b3/schema)
