---
title: "Get Runtime Nonce"
method: GET
path: "/servers/{server_id}/nonce"
tags: ["Servers"]
---

# Get Runtime Nonce

`GET /servers/{server_id}/nonce`

Generate a nonce for runtime attestation.

## 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

## Response `200`

Successful Response

- NonceResponse — Response model for nonce generation.
  - `nonce` string, required
  - `expires_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chutes/apis/fastapi.md) · [All operations](https://skmtc.net/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chutes/fastapi/versions/352418d4e3a2/schema)
