Node.js / TypeScript
Node ≥ 18ReferenceSource soon
— Install
npm install @rexa/sdk
— Usage
import { Rexa.ai } from '@rexa/sdk';
const client = new Rexa.ai({ apiKey: process.env.JTV_API_KEY! });
const call = await client.calls.create({
provider: 'telnyx',
to: '+15551234567',
from: '+15557654321',
voiceId: 'alloy',
prompt: 'Hello! Who am I speaking with?',
});