---
title: "Create Cvm Intel Tdx Attestation"
method: POST
path: "/v1/cvm/intel/tdx-attestations"
tags: ["CVM Attestation"]
---

# Create Cvm Intel Tdx Attestation

`POST /v1/cvm/intel/tdx-attestations`

Store an Intel TDX attestation JWT payload.

## Headers

- `authorization` string, nullable

## Request body

- CreateIntelTdxAttestationRequest — Request schema for creating intel TDX attestation.
  - `federation_id` string, required
  - `node_id` string, required
  - `role` 'SuperLink' | 'SuperNode', required
  - `public_key` string, required
  - `attestation_jwt` string, required
  - `superlink_address` string, nullable

## Response `201`

Successful Response

- IntelTdxAttestationCreateResponse — Response schema for creating intel TDX attestation.
  - `node_id` string, required
  - `status` string, required
  - `attested_at` string, date-time, required
  - `iat` string, date-time, required
  - `exp` string, date-time, required
  - `verification_error` string, nullable

## 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/adf853ac4f41/schema)
