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.
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": {}
}API documentation GET GET
This endpoint returns the OpenAPI documentation for the Storyden API in an interactive HTML format. This is useful for developers who want to explore the API and test endpoints without writing code.
OpenAPI specification GET GET
This endpoint returns the OpenAPI specification for the Storyden API in JSON format. This is useful for clients that want to dynamically load the API specification for documentation or code generation.