### 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 | |
### 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 | |