Skip to main content
GET
Health Check
curl --request GET \
  --url https://api.example.com/

Description

This endpoint is used to verify that the API service is up and running. It is typically used for monitoring, uptime checks, or to confirm that your integration can reach the Ilumiera AI API. No authentication is required, and a successful response indicates the service is operational.

Example Request

curl -X GET \
  'https://b2b-api-backend-95487.ondigitalocean.app/' \
  -H 'accept: text/plain'

Endpoint Details

  • Method: GET
  • Path: /
  • Authentication: Not required
  • Response Status: 200 OK (if running)

Response

text
string
Confirmation message that the application is running
text Application is running securely!