For the complete documentation index, see llms.txt. This page is also available as Markdown.

User

Get current user information

get

Returns information about the authenticated user

Authorizations
api-tokenstringRequired
Responses
200

Successful operation

application/json
statusstringOptional
messagestringOptional
get/user

Update user locale

put

Updates the user's preferred language/locale

Authorizations
api-tokenstringRequired
Path parameters
localestring · enumRequired

The locale to set for the user

Possible values:
Responses
200

Locale successfully updated

application/json
statusstringOptional
localestring · enumOptionalPossible values:
put/locale/{locale}

Last updated