---
title: "Create Token Api"
method: POST
path: "/api/tokens"
---

# Create Token Api

`POST /api/tokens`

## Request body

- TokenCreateRequest

## Response `201`

Successful Response

- TokenCreateResponse
  - `id` string, required
  - `key` string, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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