---
title: "Create Account"
method: POST
path: "/auth/account/create"
tags: ["Account"]
---

# Create Account

`POST /auth/account/create`

Create a new account.

## Request body

- DataCreateAccount
  - `email` string, required — Valid email address
  - `password` string, required — Password
  - `invite` string, nullable — Invite code
  - `captcha` string, nullable — Captcha verification code

## Response `204`

Success

## Other responses

- `default` — An error occurred.

---

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