---
title: "POST /signup"
method: POST
path: "/signup"
---

# POST /signup

`POST /signup`

## Headers

- `Content-Type` string, required

## Request body

- PostSignUp
  - `email` string, required
  - `name` string, nullable
  - `password` string, required
  - `reCaptchaResponse` string, required

## Response `200`

200 response

- SignUp
  - `clientId` string, required
  - `username` string, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

## Changes

- **2021-11-05** `9788e6bfa925` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/signup/post.md)

---

[API](https://skmtc.dev/lucidtechai/apis/lucidtech-api.md) · [All operations](https://skmtc.dev/lucidtechai/apis/lucidtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lucidtechai/lucidtech-api/revisions/13bf8cf663ba/schema)
