PRODUCTION v1.4.2-stable

Swarmic Core API Reference

Automated bare-metal node orchestration, key-efficient routing protocols, and secure network infrastructure endpoints designed for distributed enterprise architectures.

🔒 Global Authentication

Every inbound request to the Substrate deployment framework must include a secure bearer cryptokey issued in your dashboard. Authenticate your distributed clusters using the header layout below.

Authorization: Bearer sk_substrate_live_4f92a83c11e74b9d09c2a8f3
POST

/v1/cluster/initialize

Provisions a high-throughput secure bare-metal compute cluster. Deploys tailored server infrastructure optimized for parallel distributed processing and custom model configuration arrays.

JSON PAYLOAD
{ "node_profile": "sCompute-instance-v4", "routing_target": "secure-bare-metal", "max_vram_allocation": "24GB", "network_handshake": true, "telemetry": "active" }
EXPECTED RESPONSE
{ "status": "provisioned", "cluster_id": "sub-node-01x9", "network_protocol": "TCP/IP/2026", "allocated_nodes": 42, "latency_ms": 1.42 }
POST

/v1/billing/invoice

Executes automated B2B enterprise billing notifications and maps synchronized fleet operations metadata. Processes real-time mileage logs auditing protocols and handles secure transit document sorting data packages.

JSON PAYLOAD
{ "invoice_target_id": "corp-client-8812", "operation_type": "mileage_logs_audit", "transit_data_sync": true, "automated_billing_notification": true, "notification_routing": "active" }
EXPECTED RESPONSE
{ "status": "billing_notified", "transaction_map_id": "invoice-tx-9011", "audit_validation": "verified", "electronic_invoice_url": "https://swarmicsubstrate.com", "execution_latency_ms": 2.11 }
GET

/v1/mesh/status

Retrieves real-time telemetry diagnostics for corporate software compliance architectures, infrastructure resource allocations, and active distributed server node metrics.

{ "infrastructure_status": "operational", "global_uptime_pct": 100.00, "active_instances": 42, "stream_sync": "live", "compliance_audit_logs": "verified_soc2" }