File size: 205 Bytes
fc37b9e |
1 2 3 4 5 6 7 8 9 10 11 12 |
### Submit text
POST http://localhost:8080/text_to_speech
Content-Type: application/json
{
"text": "Kiswahili lugha yangu"
}
### Fetch audio
GET http://localhost:8080/audio/output_20241206_100849.wav
|