cURL
curl --request GET \ --url https://api.superdoc.dev/v1/health
{ "status": "healthy", "timestamp": "2024-01-15T10:30:00Z", "version": "1.2.3", "deployment": { "region": "us-east1", "environment": "production" } }
Check API availability. No authentication required. Returns 200 when healthy.
Service is healthy
The response is of type object.
object
Was this page helpful?