v1

latestOpenAPI 3.1.02026-08-045217107.2 KB
Auth

Register

Create a new account with email and password. A verification email is sent automatically. Rate limited to 3 requests/minute per IP.

post/auth/register

Request body

emailstring email required
passwordstring required

Minimum 8 characters

namestring

Optional display name

Response

Registration successful

successboolean
accessTokenstring

JWT access token (15 min expiry). Store in memory only.

messagestring

Example response

{
  "success": true
}