Check Service Health
GET/tts/health
Returns the current health status of the TTS service.
Use this endpoint to verify that the TTS service is properly initialized and ready to accept requests.
Health Status
| Status | Description |
|---|---|
healthy | Service is running and ready |
unhealthy | Service has issues, requests may fail |
Example Usage
curl -X GET "https://api.example.com/ai/api/v2/tts/health" \
-H "Authorization: your-user-uuid"
Responses
- 200
- 401
- 503
Service health status
Authentication failed
Service is unavailable