This section provides a comprehensive guide to the APIs available in the Simple HTTP Server.
Click on an endpoint to view the details.
It is only available if Session based authentication is enabled. It is available from v1.16.0.
In addition to the File Management API documented below, the server also supports the standard WebDAV protocol when WebDAV is enabled in server settings. Supported WebDAV methods: PROPFIND, DELETE, COPY, MOVE, PUT, PROPPATCH, LOCK, UNLOCK, and MKCOL.
It is only available when the database is enabled. It is available from v2.0.0
WebSocket rooms under /api/channels, in which participants either relay messages to each other or share one JSON document the server keeps in sync. Only available when WebSocket channels are enabled in server settings, which they are not by default. It is available from v3.4.0. The message protocol spoken over an open connection is described in the channel protocol article.