Skip to content

Instantly share code, notes, and snippets.

View kenenisa's full-sized avatar

Kenenisa Alemayehu kenenisa

View GitHub Profile
const fetch = require('node-fetch');
const url = 'https://large-text-to-speech.p.rapidapi.com/tts';
const options = {
method: 'POST',
headers: {
'content-type': 'application/json',
'X-RapidAPI-Key': 'API_KEY',
'X-RapidAPI-Host': 'large-text-to-speech.p.rapidapi.com'