uberduck-api
v1.2.2
Published
Module to make requests on uberduck
Downloads
310
Maintainers
Readme
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 contact me via whatsapp or send me a email using: [email protected]