Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
Jerome Houdan edited this page Oct 5, 2016 · 17 revisions

Recast.AI - SDK Node.js

alt text

Recast.AI official SDK in Node.js

Synospis

This module is a wrapper around the Recast.AI API, and allows you to:

Installation

npm install --save recastai

Specs

Classes

This module contains 5 classes, as follows:

  • Client is the client allowing you to make requests.
  • Converse wraps the response from a call to Recast.AI API with the textConverse Client method.
  • Response wraps the response from a call to Recast.AI API with the textRequest or fileRequest Client methods.
  • Entity represents an entity extracted from an input.
  • RecastError is the error returned by the module.

Don't hesitate to dive into the code, it's commented ;)

Clone this wiki locally