---
title: "Create email/password account and send verification email"
method: POST
path: "/api/auth/signup"
tags: ["auth"]
---

# Create email/password account and send verification email

`POST /api/auth/signup`

## Request body

- object
  - `email` string, email, required
  - `password` string, required
  - `displayName` string

## Response `201`

Account created and verification sent

## Other responses

- `400` — Validation error
- `409` — Email already registered

---

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