Syndicate
Executes a quantum-based simulation on a syndicate (combining two squads) to forecast aggregated improvements and assess risk factors across the entire syndicate.
Query parameters
syndicateIdstringRequired
Identifier of the syndicate to analyze
shotsintegerOptionalDefault:
Number of quantum shots for simulation
1024
Responses
200
Quantum analytics results for the syndicate
application/json
404
Syndicate not found
get
GET /api/quantum/syndicate HTTP/1.1
Host: q.idefi.ai
Accept: */*
{
"syndicateId": "syndicate_001",
"predictedSyndicateImprovement": "10% overall performance boost",
"quantumRiskAnalysis": "Minimal risk detected",
"simulationDuration": "500ms",
"detailedMetrics": {
"aggregatedSyndicateProbabilities": {
"000": 0.45,
"001": 0.35,
"010": 0.15,
"011": 0.05
},
"analysis": "Rebalancing roles between the two squads can yield a 10% boost with minimal risk."
}
}