/ docs
Built for developers who read docs.
A real reference, written by the engineers shipping the code. Press ⌘K to search.
Quickstart
Install the SDK
npm install @edulexa/node
Authenticate
Use a sandbox key from your dashboard.
Make your first call
Trigger a payout, sign an asset, or start a voice campaign.
API Reference
Payouts
POST /v1/payouts — create, list, retrieve, cancel.
Assets
POST /v1/assets/sign — issue watermarked URLs.
Voice Campaigns
POST /v1/voice/campaigns — outbound + inbound.
Tenants
POST /v1/tenants — provision isolated schemas.
Webhooks
Event types
payout.completed, asset.leak.detected, voice.call.ended, …
Signature verification
HMAC-SHA256 with timestamp tolerance.
Retry policy
Exponential backoff up to 72 hours.
SDKs
Node.js / TypeScript
@edulexa/node — first-class types.
Python
edulexa — sync + async.
Go
github.com/edulexa/edulexa-go
Ruby
gem install edulexa