API Access Add-on

Build Custom Integrations

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, ... }

Everything You Need to Integrate

File Upload API

Upload audio, video, or text files for AI analysis. Support for all major formats.

Bulk Processing

Process large volumes of calls with our batch API. Perfect for migrations or backfills.

Custom Workflows

Build automated workflows with our API. Trigger actions based on call analysis.

API Access Add-on

Programmatic integration for your tech stack

$ 99 /month
  • File Upload API (Audio/Video/Text)
  • Bulk Processing Support
  • Custom Workflow Automation
  • Developer Documentation
  • Developer Support
Request API Access Add-on

Requires Core Platform subscription ($35/agent/month)

Ready to Build?

Get API access add-on and start integrating Manja AI into your workflows.