Sovereign Bible
The Architectural Blueprint for Global Fleet Dominion.
Core Sovereignty
The Nexus platform is architected on the principle of absolute data sovereignty. Every QR node is a cryptographic endpoint, managed by a distributed fleet of sub-stewards.
system_status = "SOVEREIGN_ZENITH";
API Command Gateway
Programmatic control of the fleet is achieved via the API gateway. Requests must include your API key in the X-API-Key header. Generate a key from your Developer settings.
POST /api/v1/generate.php
Headers:
X-API-Key: YOUR_KEY
Content-Type: application/json
Body:
{
"type": "link",
"payload": { "url": "https://dest.com" },
"label": "My QR"
}
Response (200):
{
"success": true,
"token": "a1b2c3d4",
"url": "https://yourdomain.com/w/a1b2c3d4",
"tracking_id": 123,
"quota_remaining": 49
}
Supported types: link, text, wifi, tel, sms, email, whatsapp, paypal, bitcoin, vcard