Developer Platform

Build with VoiceSeal

Add voice identity protection to your platform in minutes. Pre-synthesis checks, watermark verification, and DMCA automation — all via REST API.

Apply for API Access Read the Docs
pre-synthesis-check.js
// Check before synthesizing — one call protects all voices
const response = await fetch('https://api.voiceseal.io/api/v1/protect/pre-synthesis-check', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer vs_YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    voice_id: 'uuid-of-voice-being-requested',
    requestor_email: '[email protected]',
    use_case: 'commercial_narration'
  })
});

const { allowed, license_token, reason } = await response.json();
// allowed: true → proceed with synthesis
// allowed: false → block + log unauthorized attempt

API Capabilities

Everything you need to protect voices

Three core endpoints that cover the full voice identity lifecycle — from synthesis gate to enforcement.

🔒

Pre-Synthesis Check

Gate every synthesis request against the VoiceSeal registry. Returns allowed/blocked + license token in under 300ms. Integrate once, protect all registered voices automatically.

POST /protect/pre-synthesis-check
📡

Watermark Verification

Verify 8-subband biometric watermarks embedded in audio. Confirm provenance, detect tampering, and cross-reference license tokens — all from a single audio upload.

POST /watermark/verify

Detection Webhooks

Receive real-time alerts when unauthorized voice clones are detected across platforms. Your system gets notified first — before the creator even logs in.

POST /webhooks/register
🎯

Enrollment SDK

Embed the hosted enrollment iframe so your users can register their voice directly on your platform — without leaving. Full BIPA consent flow included.

POST /enrollment/sessions
📜

License Verification

Validate license tokens before synthesis. Check scope, expiry, and permitted use cases. Supports both API-key and JWT authentication patterns.

POST /licenses/verify
🤖

DMCA Automation

Trigger automated takedown workflows via API. VoiceSeal generates, sends, and tracks DMCA notices on behalf of rights holders — with full audit logging.

POST /alerts/{id}/dmca
<300ms
Pre-synthesis check latency
99.9%
API uptime SLA (Scale+)
<3%
False positive rate on live platforms

Pricing

Start free. Scale as you grow.

Freemium with usage-based upgrades. Integrate for free, upgrade when your volume demands it.

Free
$0/month
For developers integrating and testing. No credit card required.
  • 100 pre-synthesis checks/month
  • 1 enrolled voice
  • Basic watermark verification
  • Community support
  • No webhooks
  • No DMCA automation
  • No SLA
Starter
$149/month
For growing platforms with real volume and production use cases.
  • 5,000 pre-synthesis checks/month
  • 10 enrolled voices
  • Full watermark suite
  • Webhook access
  • Email support (48h SLA)
  • No DMCA automation
  • No white-label enrollment SDK
Enterprise
Custom
Custom contracts, volume pricing, and dedicated infrastructure for large platforms.
  • Unlimited checks — volume pricing
  • Dedicated infrastructure
  • Custom watermark embedding
  • SAG-AFTRA compliance layer
  • Dedicated account manager
  • Custom SLA & legal review
  • On-prem deployment option

Get your API key

Free tier is approved instantly. Paid tiers are reviewed within 1 business day.

Free
Developer Access
1
Details
2
Review
3
Confirm
🎉

Application Submitted!

We've received your application and will review it within 1 business day. Check your email for next steps.

Explore the API Docs →