v38

OpenAPI 3.0.3AGPL-3.0raw.githubusercontent.com2026-08-022461333.9 MB
Authentication

Register as a new user (if allowed)

Does not use authentication. Requires username, password and email.

post/register

Query parameters

usernamestring
passwordstring

hash('sha256', password) Deprecated: for privacy, send this in a form or JSON request body instead of the query string (query values land in server/proxy logs and browser history). Query-string support will be removed in API9.

emailstring
fullnamestring

Request body

usernamestring required
passwordstring required

hash('sha256', password) Deprecated: for privacy, send this in a form or JSON request body instead of the query string (query values land in server/proxy logs and browser history). Query-string support will be removed in API9.

emailstring required
fullnamestring

Response

Success or error

successstring