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.
Creates the initial admin account. Fails with 409 if setup is already done.
cURL
curl --request POST \ --url https://example.com/api/auth/setup-admin \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "name": "<string>", "password": "<string>" } '
{ "email": "<string>", "id": "<string>", "name": "<string>" }
1 - 128
8 - 128
Admin created