Skip to main content

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

StatusDescription
healthyService is running and ready
unhealthyService 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

Service health status