Skip to content

Utils API

Utility endpoints for system status and maintenance.

Overview

The Utils API provides basic utility functions, primarily for system health monitoring.

Base Path: /api/v1/utils

Endpoints

Health Check

Check if the API is running and responsive.

Endpoint: GET /utils/health-check/

Response:

Returns true if the service is healthy.

true