---
title: "Create Token to call AvaCloud API"
method: POST
path: "/v1/token"
tags: ["Token API"]
---

# Create Token to call AvaCloud API

`POST /v1/token`

Create Token to call AvaCloud API

## Request body

- ModelsCreateTokenRequestBody
  - `client_id` string, required
  - `client_secret` string, required

## Response `200`

OK

- ModelsCreateTokenResponseBody
  - `access_token` string
  - `expires_in` integer
  - `token_type` string

## Other responses

- `201` — Created
- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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