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