LOGOI.AI Inference API Server

Welcome to the Inference API Server. This API provides translation, transcription, and text-to-speech services.

Available Endpoints

GET / - Check if the server is alive.
POST /predict - Submit text for translation.
POST /predict_STS - Submit an audio file URL for transcription, translation, and text-to-speech synthesis.
GET /audio/<filename> - Download the generated audio file produced by /predict_STS.