Upload calls programmatically, build custom workflows, and integrate Manja AI directly into your existing tech stack.
// Upload a call for analysis const response = await manja.calls.upload({ file: audioBuffer, metadata: { rep_id: "rep_123", opportunity_id: "opp_456", call_type: "discovery" } }); // Get analysis results const analysis = await manja.calls.getAnalysis( response.call_id ); console.log(analysis.insights); // { sentiment: 0.72, talk_ratio: 0.45, ... }
Upload audio, video, or text files for AI analysis. Support for all major formats.
Process large volumes of calls with our batch API. Perfect for migrations or backfills.
Build automated workflows with our API. Trigger actions based on call analysis.
Programmatic integration for your tech stack
Requires Core Platform subscription ($35/agent/month)
Get API access add-on and start integrating Manja AI into your workflows.