Interactive Enterprise Demo

VLN Enterprise API
Integration Demo

Test the API in real-time โ€” fingerprinting, rights verification, content safety and ownership proof. No registration required.

โšก Sub-200ms response
๐Ÿ”’ EU AI Act Art. 50 Compliant
๐ŸŒ REST API ยท JSON
๐Ÿ“‹ Sandbox ready in 48h
What do you want to build?
Select the integration scenario that matches your platform
๐Ÿ”
Rights Verification
Verify if a file matches registered content in the VLN database before publishing
Marketplace ยท Stock platform
๐Ÿงฌ
Fingerprint & Protect
Register and fingerprint assets to protect them from unauthorized reupload
Agency ยท Production ยท DAM
๐Ÿ›ก
Content Safety
Scan content for NSFW, CSAM risk, copyright violations before publication
Social platform ยท AI tool
Live API Playground
Edit the request and run it โ€” see the real response structure
POST/v1/assets/verify
POST/v1/assets/upload
GET/v1/assets/{id}/license
GET/v1/reports/{id}
POST/v1/moderation/check
File URL to verify
Content type
REQUEST
POST /v1/assets/verify
// VLN Enterprise API โ€” Rights Verification // Authorization: Bearer <your_api_key> fetch('https://api.vln-network.it/v1/assets/verify', { method: 'POST', headers: { 'Authorization': 'Bearer vln_live_sk_...', 'X-API-Key': 'vln_api_...', 'Content-Type': 'application/json' }, body: JSON.stringify({ file_url: "https://cdn.yourdomain.com/video-asset.mp4", type: "video", check_reupload: true, check_safety: true, metadata: { source: "user_upload", platform_ref: "your_asset_id_123" } }) })
RESPONSE
200 OK
142ms
// Click "Run Request" to see the response // โ†‘ Edit the request and run it // Response structure preview: { "status": "original", "risk_level": "low", "clearance_score": 87, "fingerprint": { ... }, "ownership": { ... }, "safety": { ... } }
โ€”
Response time
โ€”
Fingerprint match
โ€”
Safety score
โ€”
Decision
Response scenarios
Click a scenario to see what the API returns in each case
โœ… Scenario 1 โ€” Original content status: original
// Content not found in rights database { "status": "original", "clearance_score": 87, "risk_level": "low", "action": "allow_publish", "fingerprint_id": "fp_a1b2c3d4...", "safety": { "score": 2, "safe": true } }
๐Ÿšซ Scenario 2 โ€” Unauthorized reupload status: duplicate
// 97% match with registered asset { "status": "duplicate", "action": "block_publish", "match_score": 97, "reference_asset": "69ee7a2f60a717...", "reference_owner": "69af382625e3b5...", "detection_method": "PHASH_SIMILAR" }
๐Ÿ“„ Scenario 3 โ€” Licensed content status: licensed
// Valid license found for this buyer { "status": "licensed", "action": "allow_use", "license_id": "VLN-LIC-2026-177947", "license_type": "commercial", "valid_until": "2027-05-22", "scope": ["social", "commercial"] }
โš ๏ธ Scenario 4 โ€” Unsafe content status: blocked
// High safety risk detected { "status": "blocked", "action": "legal_hold", "reason": "safety_violation", "safety": { "score": 95, "categories": ["nsfw_adult"], "escalated": true } }
Enterprise API Plans
All plans include sandbox access, documentation and onboarding support
API Starter
โ‚ฌ500/month
For agencies and small platforms
โœ“1.000 verifications/month
โœ“5.000 fingerprints/month
โœ“Rights verification API
โœ“Content safety scan
โœ“Ownership proof generation
โœ“Sandbox + documentation
โ€”SLA guarantee
โ€”Dedicated support
API Enterprise
โ‚ฌ5.000/month
For large platforms and SaaS
โœ“Unlimited verifications
โœ“Unlimited fingerprints
โœ“All Business features
โœ“White-label option
โœ“SLA 99.9% + penali
โœ“Dedicated account manager
โœ“Custom integration support
โœ“NDA + Enterprise contract
โš–๏ธ
EU AI Act Art. 50 โ€” Deadline: August 2, 2026
Every platform distributing digital content in the EU must implement watermarking and fingerprinting. VLN is already compliant. API integration available in 48 hours.
Ready to integrate VLN into your stack?
Sandbox access and full documentation available within 48 hours of onboarding. No long-term commitment required for Starter.
This is a simulated demo โ€” the live API processes real requests against the VLN rights database