Skip to content

Dakauann/uberduck-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published