Zeus View UI (Cache Explorer) API (0.1.0)

Download OpenAPI specification:

REST API for @zeus/view-ui linea browser.

system

Service health

Responses

Response samples

Content type
application/json
{
  • "status": "ok",
  • "service": "string",
  • "timestamp": "string"
}

config

Extended app config (view-ui shape)

Responses

Response samples

Content type
application/json
{
  • "theme": null,
  • "discovery": null,
  • "defaultLinea": "string",
  • "viewers": null,
  • "branding": null,
  • "player": null,
  • "editor": null
}

theme

List available themes

Responses

Response samples

Content type
application/json
{
  • "themes": [
    ],
  • "current": "string"
}

Current theme name

Responses

Response samples

Content type
application/json
{
  • "current": "string"
}

Switch active theme

Request Body schema: application/json
required
theme
required
string non-empty

Responses

Request samples

Content type
application/json
{
  • "theme": "string"
}

Response samples

Content type
application/json
{
  • "success": true,
  • "current": "string",
  • "previous": "string"
}

browse

List lineas from volume

Responses

Response samples

Content type
application/json
{
  • "error": "string"
}

Browse directory in linea

query Parameters
linea
required
string
path
string
offset
number
limit
number

Responses

Response samples

Content type
application/json
{
  • "error": "string"
}

Read file and set focus

query Parameters
linea
required
string
path
required
string

Responses

Response samples

Content type
application/json
{
  • "error": "string"
}

Cache stats (MCP + filesystem)

query Parameters
linea
string

Responses

Response samples

Content type
application/json
{
  • "property1": null,
  • "property2": null
}

Anchor grid for linea

query Parameters
linea
string

Responses

Response samples

Content type
application/json
{
  • "error": "string"
}

Current focus snapshot

Responses

Response samples

Content type
application/json
{
  • "property1": null,
  • "property2": null
}

Service metadata

Responses

Response samples

Content type
application/json
{
  • "property1": null,
  • "property2": null
}

Resolve wikitext path for oldid

query Parameters
linea
required
string
oldid
required
number

Responses

Response samples

Content type
application/json
{
  • "error": "string"
}