Storyden
Misc

Get Info

Get the basic forum installation info such as title, description, etc. This is a fully public endpoint as it drives the ability to render stuff like OpenGraph metadata, favicon, titles, descriptions, for crawlers.

Get the basic forum installation info such as title, description, etc.

This is a fully public endpoint as it drives the ability to render stuff like OpenGraph metadata, favicon, titles, descriptions, for crawlers.

GET/info

Response Body

curl -X GET "https://loading/api/info"
{
  "title": "string",
  "description": "string",
  "content": "string",
  "accent_colour": "string",
  "onboarding_status": "requires_first_account",
  "authentication_mode": "handle",
  "capabilities": [
    "gen_ai"
  ],
  "metadata": {}
}
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}