Developer Documentation
BUILD ON ZORYXON
Comprehensive API. Enterprise-grade smart contracts. Everything you need to add trust verification to your application.
QUICK START
Register and verify content in 3 lines.
curl -X POST https://api.zoryxon.com/v1/assets/register \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"contentHash": "sha256:a1b2c3d4e5f6...",
"title": "My Content",
"ipType": "document"
}'API OVERVIEW
REST API
Comprehensive endpoints covering assets, proofs, licensing, disputes, lineage, and education.
Smart Contracts
Upgradeable smart contracts powering the complete trust stack — proofs, licensing, lineage, and more.
Webhooks
Real-time notifications for asset events, license changes, and dispute updates.
C2PA Analysis
Extract and validate C2PA provenance manifests. Map content credentials to Zoryxon’s 10 Pillars of Trust.
OFFICIAL SDKS
TypeScript / Node.js
Python
Go
Rust
AUTHENTICATION
Zoryxon uses wallet-based authentication (SIWE) for user endpoints and API keys for server-to-server integration.