{"id":21296388,"url":"https://github.com/jsdream/voicebase-node","last_synced_at":"2026-05-19T17:14:15.139Z","repository":{"id":57393670,"uuid":"91452312","full_name":"jsdream/voicebase-node","owner":"jsdream","description":"A Node.js client library to work with VoiceBase REST API.","archived":false,"fork":false,"pushed_at":"2019-08-25T11:37:29.000Z","size":72,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T07:19:20.831Z","etag":null,"topics":["api-client","api-wrapper","nodejs","voice-recognition","voicebase"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsdream.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-16T11:49:12.000Z","updated_at":"2021-04-24T22:09:44.000Z","dependencies_parsed_at":"2022-08-29T17:00:54.054Z","dependency_job_id":null,"html_url":"https://github.com/jsdream/voicebase-node","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdream%2Fvoicebase-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdream%2Fvoicebase-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdream%2Fvoicebase-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdream%2Fvoicebase-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdream","download_url":"https://codeload.github.com/jsdream/voicebase-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243764255,"owners_count":20344393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","api-wrapper","nodejs","voice-recognition","voicebase"],"created_at":"2024-11-21T14:26:13.771Z","updated_at":"2026-05-19T17:14:15.098Z","avatar_url":"https://github.com/jsdream.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# voicebase-node (v3 API)\nA Node.js client library to work with v3 [VoiceBase REST API](https://voicebase.readthedocs.io/en/v3/index.html).\n\n**Note:** This is not the official VoiceBase Node library.\n\nInstallation\n-------------------------------------------------\nInstall the module via npm\n\n    npm install voicebase-node@2.x.x --save\n\nUsage inside your app\n\n    const VoiceBase = require('voicebase-node');\n\n    const api = new VoiceBase({\n        bearerToken: 'YOUR_TOKEN_HERE'\n    });\n    \n    api.media.get().then((data) =\u003e {\n        console.log('Response: ', data);\n    }, (err) =\u003e {\n        console.log('Error: ', err);\n    });\n    \nFor more examples you can check out test folder.\n\nSupported options \n-------------------------------------------------\n| Option    | Default value | Description |\n| --------  | -----------   | ----------- |\n|baseUrl|https://apis.voicebase.com|API Base URL|\n|apiVersion|v3|API Version|\n|bearerToken||OAuth Bearer token\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdream%2Fvoicebase-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdream%2Fvoicebase-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdream%2Fvoicebase-node/lists"}