cURL
curl --request GET \ --url https://api.example.com/api/health
{ "status": "ok", "service": "Insforge Backend", "timestamp": "2025-01-21T03:45:22.194Z" }
Check if the API is running and healthy
Documentation IndexFetch the complete documentation index at: https://docs.insforge.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
API is healthy
"ok"
"Insforge Backend"
"2025-01-21T03:45:22.194Z"