Sensory Cloud Node SDK. Created to make communicating with Sensory Cloud easy from a Node server!
Before getting started, you must spin up a Sensory Cloud inference server or have Sensory spin one up for you.
You must also have the following pieces of information:
- Your inference server URL
- Your Sensory Tenant ID (UUID)
- Your configured secret key used to register OAuth clients
Most of the time this information is packaged in a credentials.ini file provided by Sensory.
npm install @sensory-cloud/node-sdk --save
All examples can be found in the /examples
directory.