Skip to main content
GET
/
v1
/
features
Get Features Handler
curl --request GET \
  --url http://localhost:8000/v1/features
{
  "google_login_enabled": true,
  "default_frontend_language": "en"
}

Documentation Index

Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

google_login_enabled
boolean
required
default_frontend_language
enum<string>
required
Available options:
en,
zh