Skip to main content
GET
Health Check

Health Check

Check if the API is running and healthy. No authentication required.

Endpoint

Description

This endpoint allows you to verify that the SecureAI External API is running and healthy. No authentication is required for this endpoint.

Request

Response

Success Response (200)

Response Fields

Example Usage

JavaScript/Node.js

Python

cURL

Notes

  • This endpoint does not require authentication
  • Use this endpoint to monitor API availability
  • The response includes the current API version for compatibility checking

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format. Example: Authorization: Bearer sk-your-api-key-here

Response

200 - application/json

API is healthy

success
boolean
Example:

true

status
string
Example:

"healthy"

timestamp
string<date-time>
Example:

"2024-01-15T10:30:00.000Z"

version
string
Example:

"1.0.0"