A quick API experiment to test returning audio data over HTTP.
Purpose: API backend for the Chatterbox TTS model.
Generates an MP3 file based on input.
Requirement: Currently requires an audio file called preview.mp3 to be in the root of the application.
# Generate MP3 Audio
POST /generate (or your specific endpoint)Returns the current status of the API to ensure the service is reachable.
# Check Health
GET /health (or your specific endpoint)Read the docs
GET /docs