⚛️ Quantum API Playground

0
Requests
0ms
Avg Time
$200
Hardware Cost
20
Max Qubits

📡 API Endpoints

POST /api/v1/algorithm
Create Bell state (maximal entanglement)
POST /api/v1/algorithm
Grover's search algorithm
POST /api/v1/circuit
Custom quantum circuit
GET /api/v1/benchmark
Quantum supremacy benchmark
GET /api/v1/status
API and hardware status
💡 Quick Start
curl -X POST http://localhost:8000/api/v1/algorithm \
  -H "Content-Type: application/json" \
  -d '{"algorithm": "bell", "shots": 1000}'

🔧 Request Body

📊 Response

Click "Execute" to run a quantum circuit...