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

Autorizações

Authorization
string
header
obrigatório

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

Resposta

200 - application/json

API is healthy

success
boolean
Exemplo:

true

status
string
Exemplo:

"healthy"

timestamp
string<date-time>
Exemplo:

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

version
string
Exemplo:

"1.0.0"