edulexa
NEWVoice Agent 2.4 — sub-300ms TTFB

Revenue infrastructure
for the world's
most ambitious EdTechs.

Conversational AI for abandoned-cart recovery. Anti-scraping IP shield. Contractor compliance. One API. Deployed at the edge across six continents.

SOC 2 Type II GDPR + DPDP 99.99% uptime SLA AES-256

/ the platform

One stack. Every revenue surface.

From conversational AI to IP protection — every primitive an EdTech needs to scale, in one globally-distributed API.

01 / voice agent

Live AI Call Transcription

Sub-300ms speech-to-text. Built on Vapi + Twilio. Recover abandoned carts with a phone call your students will pick up.

Edulexa AI · 280ms

Hi Priya — noticed you started checkout for the Backend Bootcamp.

Caller

Yeah, my card got declined.

Edulexa AI · 280ms

I can send a fresh secure link. Same ₹12,000 — pay over 3 months?

Caller

That works.

REC · 00:42 · transcribing
02 / ip shield

Anti-scraping firewall

SECURE
IPs blocked · 24h2,847 ↑
03 / edge
12ms

Global p50 API response

04 / stack

Drops into your existing toolkit.

StripeNext.jsAWSKajabiTwilioVapi
05 / compliancetax_engine.ts

Contractor payouts, fully reconciled

Gross
₹92,675
TDS
−₹8,425
Net
₹84,250
06 / sla
99.99%

12-month uptime

07 / multi-tenant
~400ms

to provision an isolated tenant

/ api sandbox

Built API-first.
Tested by CTOs.

Edulexa is a headless platform. Trigger payment recovery, provision tenants, or sign an asset — directly from your runtime. No dashboard required.

View API Reference
edulexa@prod ~ zsh
edulexa@prod:~$ press "Run Payment Recovery" to execute

/ global infrastructure

Deployed on edge networks
across 6 continents.

Edulexa ensures sub-50ms latency whether your students are in New York or London. Built on Cloudflare's 330+ PoP edge network, with Aurora-isolated tenants and region-pinned data residency.

Edge PoPs
330+
p50 latency
12ms
Regions
26
Uptime SLA
99.99%
SOC 2 Type II ArchitectureGDPR CompliantAES-256 EncryptionISO 27001DPDP Ready
us-east
us-west
eu-west
eu-central

/ architecture

One integration. Your entire EdTech back office.

Drop Edulexa in front of your existing LMS. Hourly billing, TDS, contract slabs, and IP protection — handled before the request hits your database.

~/edulexa/payroll.ts
node v20
import { Edulexa } from "@edulexa/node";

const edulexa = new Edulexa(process.env.EDULEXA_API_KEY);

// Sync hours from your LMS, compute payout with
// TDS, GST, and contract slabs in one call.
const payout = await edulexa.payouts.create({
  educator_id: "edu_8f3a91b2",
  period: "2025-05",
  sessions: lmsSessions,        // from your LMS webhook
  contract: "hourly_v2",        // ₹/hr w/ overtime tiers
  deductions: { tds: true, pf: false },
});

// → ₹ 84,250.00  •  net of ₹ 8,425 TDS
// → invoice_url, payout_id, settlement_eta

/ platform

Built for the EdTech stack.

Three primitives, fully composable. Use one. Use all three. Wire it up in an afternoon.

01 / payroll

Contractor Payroll

Complex hourly billing and tax deductions handled natively. Slab-based contracts, overtime tiers, TDS, and GST — computed in a single API call.

  • Hourly + per-session billing
  • Auto TDS / PF / GST
  • Bulk payouts via NEFT/RTGS
Read reference →
02 / security

IP Protection

Secure your proprietary test series and lecture videos from unauthorized contractor downloads with forensic watermarking and DRM.

  • Invisible per-user watermarks
  • Widevine L1 + FairPlay DRM
  • Leak attribution in <60s
Read reference →
03 / scale

Multi-Tenant Scale

Isolated database schemas ensure your data never leaks, no matter how fast you grow. Provision a new tenant in ~400ms.

  • Schema or DB-level isolation
  • Region-pinned data residency
  • 0 cross-tenant reads
Read reference →

Trusted by EdTechs serving 40M+ learners

UpGrad-scalePhysicsClassVedant.ioScalerEdCodeForgeAcadex
₹50Cr+

in educator payouts processed monthly

0%

compliance errors across 14M+ transactions

142ms

median API latency, ap-south-1

99.99%

uptime over the trailing 12 months

/ ship today

Read the docs. Start the trial.
No sales call required.

A free sandbox key, the full API reference, and a working Node.js quickstart — in under two minutes.

$ npm install @edulexa/node