@soniox/node
v1.1.2
Published
Official Soniox SDK for Node
Downloads
1,894
Readme
@soniox/node
Official Soniox SDK for Node
Installation
npm install @soniox/nodeGetting Started
import { SonioxNodeClient } from '@soniox/node';
const client = new SonioxNodeClient({
api_key: 'your-api-key', // or set SONIOX_API_KEY env var
});For the full documentation please go to our docs: Full Node SDK Documentation
