Creates a new user account. On success, returns an access token in the response body and sets aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/devxtra-community/hayon/llms.txt
Use this file to discover all available pages before exploring further.
refreshToken httpOnly cookie.
Endpoint
Request body
The user’s email address. Must be a valid email format and not already registered.
The user’s password. Must meet the minimum strength requirements enforced by the validation schema.
The user’s display name.
Response
true on a successful signup.Human-readable result message. Value:
"Account created successfully".refreshToken cookie is also set on the response (httpOnly, secure, sameSite: none, scoped to /api/auth).
Error cases
| Status | Message | Cause |
|---|---|---|
400 | Validation error message | Missing or invalid request body fields |
400 | "Signup failed" | Email already registered or other service error |
