Speechbase

Health check

Returns service health status and current timestamp.

GET
/health

Returns service health status and current timestamp.

Response Body

application/json

curl -X GET "https://example.com/health" \  -H "Authorization: Bearer $SPEECHBASE_API_KEY"
{
  "status": "ok",
  "timestamp": "string"
}