Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jho426/handoff/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/health
Returns the health status of the API server and availability of integrated services.Request
No parameters required.Response
Overall API status. Always returns
"ok" if server is running.Status of integrated services
Response Example
Use Cases
- Verify API server is running
- Check which AI providers are available before making requests
- Monitor service configuration in production
- Implement client-side feature flags based on available services
