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
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.

Try It

OFFICIAL SDKS

TypeScript / Node.js

Request beta access
Beta

Python

Request beta access
Beta

Go

Request beta access
Beta

Rust

Request beta access
Beta

AUTHENTICATION

Zoryxon uses wallet-based authentication (SIWE) for user endpoints and API keys for server-to-server integration.

User Authentication

Connect Wallet
Sign Message
JWT Token
API Access

Server-to-Server

API Key
x-api-key header
Authenticated

Get your API key and start building

Create Free Account