# Index Endpoints The Index endpoints provide basic interactions with the API. ## GET /api/Index Retrieves a basic status or index page. - **Tags:** Index - **Responses:** - `200`: Successful response with a status message. ## GET /api/Index/ws Establishes a WebSocket connection to the Index. - **Tags:** Index - **Responses:** - `200`: WebSocket connection successfully established.