Cfg

Get runtime app configuration

get/v1/cfg

Response

Current configuration values

visualDirectorMode'manual' | 'auto' required

Visual Director operating mode. "manual" → UI shows the on-demand "Show me the scene" button. "auto" → legacy behaviour where VD is evaluated after every assistant reply.

visualDirectorOnDemandCooldownMessagesnumber required

Number of chat messages that must elapse between two on-demand Visual Director requests (only meaningful when visualDirectorMode is "manual").

visualDirectorEnabledboolean required

Whether the Visual Director feature is globally enabled on the backend. When false, no mode will allow image generation via VD.

visualDirectorCustomModelsEnabledboolean required

Whether Visual Director is available for user-created (custom) characters. When false, VD is only available for public characters.

lovmiaSeriesEnabledboolean required

Whether the Lovmia Series (shorts) section is visible in the web app. Driven by the WEB_FEATURES_ENABLED admin constant; when false the client must hide the section entirely (sidebar, tab bar, direct links).

privateContentEnabledboolean required

Whether the Private Content section is available to THIS caller: the WEB_FEATURES_ENABLED admin constant must include it AND the user must have explicit content enabled. Always false for anonymous callers. When false the client must hide the section entirely.

autoTopUpEnabledboolean required

Whether the auto top-up settings are operational (AUTO_TOPUP_SETTINGS_ENABLED admin constant). When false the client must render the settings section as "under construction" — the API also refuses to enable the toggle.

Example response

{
  "visualDirectorOnDemandCooldownMessages": 5,
  "visualDirectorEnabled": true,
  "lovmiaSeriesEnabled": true,
  "autoTopUpEnabled": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.