v13

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012612103.2 KB
Authentication

Register a new account

Creates a new user account and returns an API key. In hosted mode, a verification code (from /register/send-code) is required. In selfhosted mode, registration is only allowed if no users exist yet. Rate limited to 3 registrations per IP per hour.

post/register

Request body

namestring required

Full name of the user

emailstring email required

Email address for the account

passwordstring required

Account password (minimum 8 characters)

verification_codestring

6-digit verification code from /register/send-code (required in hosted mode only)

timezonestring

IANA timezone identifier

language_code'en' | 'es' | 'de' | 'fr' | 'it' | 'pt' | 'he' | 'nl' | 'ar' | 'et' | 'ru'

Preferred language code

Example request

{
  "timezone": "America/New_York"
}

Response

Account created successfully