---
title: "POST /v1/account"
method: POST
path: "/v1/account"
tags: ["account"]
---

# POST /v1/account

`POST /v1/account`

Create new account

## Request body

- AccountUpdate
  - `country` string, required
  - `company` string, required

## Response `201`

A description of the new account

- Account
  - `name` string, required
  - `email` string, required
  - `provider` string, required
  - `key` string, required
  - `country` string
  - `company` string
  - `status` 'ready_trial' | 'ready_billed' | 'suspended_billing' | 'suspended_tos' | 'error', required

---

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