Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
cURL
curl --request POST \ --url https://api.example.com/api/auth/setup-admin \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>", "email": "<string>" } '
{ "success": true, "message": "<string>", "user": {} }
User registration request model
Successful Response
User registration response model