Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-shervin/space7/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Creates a new user account with a username, email, and password. On success, an OTP is sent to the provided email address. The account is not active until the OTP is verified.Endpoint
Request
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
Body parameters
The desired display name for the new account.
The email address for the account. An OTP will be sent here.
The password for the new account.
Response
Success
HTTP status code of the response (e.g.
200).Additional user data returned by the server on successful signup.
Error
Human-readable error message describing why signup failed.
After a successful signup, an OTP is sent to the provided email address. You must call Verify OTP to activate the account.
Example
TypeScript
