---
title: "Claim a host with a pre-provisioned token"
method: POST
path: "/v1/hosts/claim"
tags: ["RPI Image"]
---

# Claim a host with a pre-provisioned token

`POST /v1/hosts/claim`

Exchange a single-use claim token (baked into a pre-provisioned image) for a permanent host API key

## Request body

- object
  - `claim_token` string, required

## Response `200`

Default Response

- object
  - `key` string
  - `organization_id` string
  - `host_id` string
  - `hostname` string

## Other responses

- `400` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
