API Platform
Programmatic access to QLAB's global quantum execution layer. The API allows enterprise nodes to automate research loops, fetch real-time grid status, and submit production-grade simulation jobs.
How to Use
- 1.Obtain a cryptographic identity key from the Security Dashboard.
- 2.Configure your local environment or worker node with the Q-Key.
- 3.Use the Q-API endpoints to submit QASM/Qiskit payloads.
- 4.Poll the Grid Status API for real-time hardware queue positions.
- 5.Ingest execution results and telemetry into your own research pipeline.
Execution Example
Remote Execution Call
curl -X POST https://api.qlab.tech/v1/simulate \
-H "X-API-Key: ql_8f9..." \
-H "Content-Type: application/json" \
-d '{"algorithm": "QAOA", "shots": 2048}'