Skip to main content

Register

POST 

/auth/register

Register a new account and send a verification email (SCRIFT-79).

Creates the user + a free-tier API key + a 24h verification token, then schedules the verification email via BackgroundTasks and returns 202 {"message": "Check your email to verify your account."}.

Tokens are NOT issued here - only GET /auth/verify can exchange a valid magic-link token for an access / refresh pair and a raw API key.

Request

Responses

Successful Response