---
title: "Create account"
method: POST
path: "/api/auth/register"
tags: ["Authentication"]
---

# Create account

`POST /api/auth/register`

## Request body

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

## Response `200`

Account created

---

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