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.
cURL
curl --request POST \ --url https://localhost/api/v2/login/ \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'password=<string>' \ --data 'username=<string>'
{ "session": "<string>" }
Create an API session for use with API endpoints that require authentication.
Credentials for login.
Login response.
Session string for a valid API session. Specify this in header for any API requests that require authentication.