---
title: "Create a new inference API key"
method: POST
path: "/project/{project_id}/inference-api-key"
tags: ["Inference Api Key"]
---

# Create a new inference API key

`POST /project/{project_id}/inference-api-key`

## Request body

- object

## Response `200`

An Inference API Key

- InferenceApiKey
  - `id` string, required — ID of the inference API key
  - `key` string, required — inference API key data

## Other responses

- `default` — An error response

---

[API](https://skmtc.net/ubicloud/apis/clover-api.md) · [All operations](https://skmtc.net/ubicloud/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ubicloud/clover-api/revisions/c2f3fa2cbfaa/schema)
