@masterodin/recall-ai-bot-sdk
v0.0.1
Published
SDK for building with recall.ai bots
Readme
Recall.ai Bot SDK
A TypeScript SDK for building with Recall.ai bots.
Installation
npm install @masterodin/recall-ai-bot-sdkBasic Usage
import { RecallAi } from '@masterodin/recall-ai-bot-sdk';
const client = new RecallAi({
apiKey: '...', // can omit and get value from process.env.RECALL_AI_API_KEY
region: 'us-east-1'
});
await client.listBots();