http://api.blume.eu.org/tts/indonesia
const url = 'http://api.blume.eu.org/tts/indonesia?text=Halo Semuanya&speaker=Widya&apikey=yourApiKey';
const { data } = axios.get(url);
console.log(data)
{
"success": true,
"data": {
"text": "Halo Semuanya",
"url": "https://s.ctos.my.id/7FkHPa"
}
}
| Field |
Type |
Description |
| text |
String |
Your Text. |
| speaker |
String |
Widya, Rio, Helmy, Nana, Teguh, Prabu, Wisnu. |
| apikey |
String |
Your API Key. |
| Error Code |
Meaning |
| 400 |
The Request was malformed or indvalid. |
| 401 |
The client was not authenticated or authorized to perform the request. |
| 403 |
The client was authenticated but not authorized to perform the request. |
| 404 |
The requested resource was not found. |
| 500 |
An error occurred on the server while processing the request. |