PLEXICHATNarrative Docs
System
Guides, route-group overviews, and live schema entry points for the Plexichat backend.
REST http://api.plexichat.com/api/v1Gateway ws://api.plexichat.com/gatewayVersion a.1.0-49
System And Utility Routes
This page collects the small public utility route groups that are useful to clients and operators.
Routes
GET /healthGET /versionPOST /version/negotiateGET /statusGET /capabilitiesGET /help/security-logoutGET /help/access-blockedGET /qr
Purpose
- runtime health and readiness checks
- version and compatibility negotiation
- maintenance-mode or availability checks
- capability discovery for public constants and access-token policy
- small help pages served by the backend
- QR code generation for client flows that need it
Client Guidance
- use
versionandversion/negotiatebefore relying on new client features - use
capabilitiesfor runtime feature hints instead of hardcoding assumptions - use
statusandhealthfor lightweight diagnostics - treat help content as human-facing supplemental guidance, not machine API schema
- call
/qrwithdata, and optionallysizeandformat, when you need a locally generated QR image