Documentation Index
Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt
Use this file to discover all available pages before exploring further.
Register
Create a new user account.POST /auth/register · No auth required
Request
| Field | Type | Required | Notes |
|---|---|---|---|
email | string | ✅ | Must be unique |
password | string | ✅ | Min 8 chars, must include uppercase, lowercase, digit, special char |
name | string | ✅ | 2–100 characters |
Response 201 Created
Errors
| Code | HTTP | Cause |
|---|---|---|
VALIDATION_ERROR | 400 | Missing or malformed fields |
DUPLICATE_EMAIL | 409 | Email already registered |