uberduck-api

1.2.2 • Public • Published

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: dakauannc@gmail.com

Package Sidebar

Install

npm i uberduck-api

Weekly Downloads

118

Version

1.2.2

License

MIT

Unpacked Size

9.98 kB

Total Files

4

Last publish

Collaborators

  • trashdk