Returns the health status of the API to verify it is running properly
Successful Response
Response model for health check API.
Attributes: message (str): The health check status message.
Tests the connection to AIP service with API key authentication
AIP service authentication failed
AIP service unavailable
Last updated 1 month ago
GET /health-check HTTP/1.1 Host: Accept: */*
{ "message": "I'm alive" }
GET /health-check/auth-test HTTP/1.1 Host: Accept: */*
{ "message": "AIP service authentication successful" }