Build on WYRR
108+ RESTful API endpoints across 7 protocol layers. Smart Tags, AI World Brain, NFT minting, fraud detection, and more. Full API access on Pro and Enterprise plans.
API Reference
RESTful endpoints organized by domain
Identity
/api/v1/identity12 endpointsNFT & Assets
/api/v1/nft10 endpointsSmart Tags
/api/v1/tags44 endpointsAI World Brain
/api/v1/ai46 endpointsCampaigns & Quests
/api/v1/campaigns18 endpointsRevenue & Payments
/api/v1/revenue18 endpointsQuick Start
Get up and running in minutes
const response = await fetch('https://api.wyrr.io/v1/identity/create', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
type: 'individual',
profile: {
displayName: 'Alice',
bio: 'Delivery driver in San Francisco',
},
verification: {
method: 'biometric',
data: biometricPayload,
},
}),
});
const { did, credentials } = await response.json();
console.log('Created DID:', did);
// => "did:wyrr:sf:abc123..."Authentication
Secure your API requests
API Key Authentication
Include your API key in the Authorization header of every request. API keys are scoped to your organization and can be rotated at any time.
OAuth 2.0 (Coming Soon)
For user-facing integrations, we support OAuth 2.0 with PKCE. Users authorize your app to act on their behalf with fine-grained permission scopes.
SDKs & Libraries
Native SDKs for your preferred language
JavaScript / Node.js
AvailableSwift (iOS)
AvailableUnity (C#)
AvailablePython
Coming SoonKotlin (Android)
Coming SoonGo / Rust
Coming SoonIntegration Examples
Common patterns and recipes
Delivery Verification
Use Smart Tags to create proof-of-delivery flows with automatic payment settlement.
Marketplace Escrow
Build a marketplace with programmable escrow that settles on buyer confirmation.
Asset Tracking
Track physical assets through their lifecycle with tamper-proof NFC tag events.
Event Check-in
Tap-to-check-in with identity verification and automatic badge issuance.
Fleet Management
Manage driver assignments, routes, and settlements across your fleet.
Loyalty Program
Build tap-to-earn loyalty with Smart Tags at physical locations.
Ready to Integrate?
API access is available on Enterprise plans. Start with Explorer to test the platform, then upgrade for full API access.