Register a new user account
Authentication
Register a new user account
Create a new user account with email and password. An API key is automatically
generated and linked to the account. This API key can be used for all subsequent
authenticated requests. Signup requires a solved ALTCHA proof-of-work payload
from /auth/altcha-challenge.
POST
Register a new user account
Body
application/json
User's email address
Example:
"user@example.com"
Password (minimum 8 characters)
Minimum string length:
8Example:
"secretpassword123"
Base64 ALTCHA verification payload
Example:
"eyJjaGFsbGVuZ2UiOiB7..."
User's display name (optional)
Example:
"John Doe"

