---
title: "Create new account"
method: POST
path: "/api/auth/signup"
tags: ["user account"]
---

# Create new account

`POST /api/auth/signup`

## Headers

- `x-artemis-api-key` string, uuid, required

## Request body

- SignupBody
  - `email` string
  - `password` string
  - `name` string

## Response `200`

user created

## Other responses

- `400` — missing fields or invalid email.
- `403` — The email has already been used.

---

[API](https://skmtc.net/forth-ics-inspire/apis/artemis-web-api.md) · [All operations](https://skmtc.net/forth-ics-inspire/apis/artemis-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/forth-ics-inspire/artemis-web-api/versions/5b8190369db2/schema)
