Simple module to make requests on uberduck
You can get all the necessary informations like your key and secret key accesing: https://uberduck.ai/ and loging in, them just click in your account image in the left upper side and choose manage account, finnaly create a API-KEY and get the two keys.
After done that, u can follow the example bellow.
Type script example:
import { getAudioUrl } from 'uberduck-api'
getAudioUrl(
your key,
your secret Key,
carachter,
text)
.then((url: string) => {
console.log(url)
})
Java Script example:
const { getAudioUrl } = require('uberduck-api')
getAudioUrl(
your key,
your secret Key,
carachter,
text)
.then(i => {
console.log(i)
})
If you need some help or want to report any bug Click Here to contexto me via whatsapp Pra send me a email using: [email protected]