Documentation

Developer Documentation

Everything you need to integrate, configure, and optimize GrozAI solutions for your enterprise.

Simple, Powerful API

Get started with just a few lines of code. Our RESTful API is designed for simplicity without sacrificing power.

api-example.ts
import { GrozAI } from '@grozai/sdk';

const client = new GrozAI({
  apiKey: process.env.GROZAI_API_KEY
});

// Analyze a call recording
const analysis = await client.callQA.analyze({
  audioUrl: 'https://...',
  language: 'ar-EG',
  scorecard: 'sales'
});

console.log(analysis.score);      // 92
console.log(analysis.feedback);   // [...]
console.log(analysis.compliance); // true

Need Help Getting Started?

Our team is here to help you integrate GrozAI into your workflow. Schedule a technical consultation.