Skip to main content
GET
/
ping
Liveness probe
curl --request GET \
  --url https://api.sbx.moduluslabs.io/reports/ping
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.moduluslabs.io/llms.txt

Use this file to discover all available pages before exploring further.

No authentication required. Use this endpoint for health checks and monitoring.
Returns {"status": "ok"} when the service is alive.

Response

200 - application/json

Service is alive

status
string
required
Example:

"ok"