---
title: "Verify Runtime Attestation"
method: POST
path: "/servers/{server_id}/attestation"
tags: ["Servers"]
---

# Verify Runtime Attestation

`POST /servers/{server_id}/attestation`

Verify runtime attestation with full measurement validation.

## Path parameters

- `server_id` string, required

## Headers

- `X-Chutes-Hotkey` string, nullable
- `X-Chutes-Signature` string, nullable
- `X-Chutes-Nonce` string, nullable
- `Authorization` string, nullable
- `X-Operator-Signature` string, nullable

## Request body

- RuntimeAttestationArgs — Request model for runtime attestation.
  - `quote` string, required — Base64 encoded TDX quote

## Response `200`

Successful Response

- RuntimeAttestationResponse — Response model for runtime attestation.
  - `attestation_id` string, required
  - `verified_at` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-26** `8d909638091e` — 1 info
  - endpoint added
- **2026-08-22** `05d9af05d87e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chutes/apis/fastapi/changes/servers/:server_id/attestation/post.md)

---

[API](https://skmtc.dev/chutes/apis/fastapi.md) · [All operations](https://skmtc.dev/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chutes/fastapi/revisions/7be1aa2fe1a0/schema)
