Developer API
Integration Documentation
RESTful API for biometric verification, asset registration, and rights management across all media types.
Biometric Rights Verification
POST /v1/rights/verify Content-Type: application/json Authorization: Bearer <api_key> { "media_hash": "sha256:a3f2b8c1d9e4f6a7...", "talent_id": "RE-001", "media_type": "voice", "source_platform": "instagram", "source_url": "https://...", "timestamp": "2025-03-15T14:22:00Z" }
Response
{
"status": "match_found",
"confidence": 0.973,
"talent_id": "RE-001",
"media_type": "voice",
"license_status": "unauthorized",
"detection_id": "FL-2025-0847",
"recommended_action": "initiate_recovery",
"estimated_recovery": {
"currency": "INR",
"amount": 1850000
}
}Endpoints
POST/v1/rights/verify
Verify media asset against registered talent profile.POST/v1/assets/register
Register talent asset and generate biometric fingerprint.GET/v1/detections/{talent_id}
Query unauthorized usage events for a talent ID.POST/v1/licenses/validate
Validate usage context against active license agreements.GET/v1/anchors/{record_id}
Return the on-chain anchor (chain, transaction, hash) for a right, licence or evidence package.Authentication
All endpoints require Bearer token authentication. Keys provisioned through partner onboarding, scoped to specific talent asset pools.
Authorization: Bearer tr_live_sk_...
Rate Limits
Standard
100 req/min
Enterprise
1,000 req/min
Dedicated
Unlimited
Available via Private Beta
API access is available through our private beta for qualified AI platforms and enterprise partners.