Deltakit Cloud API
Bearer-token cloud service backing the Deltakit SDK. Exposes the compute-heavy and proprietary parts of the QEC workflow that do not run locally: leakage noise generation and simulation, decoding with the Ambiguity Clustering (AC), Local Clustering (LCD) and Collision Clustering (CC) decoders, leakage-aware decoding, iSWAP native-gate circuit generation, quantum stability experiment generation, defect-rate and correlation-matrix analysis, and circuit/detector trimming. Two API versions share the same base URL and token: v1 is GraphQL (POST /api/graphql with query documents served from /api/data/query/), v2 is an asynchronous REST task API (POST /api/v2/tasks/add/, GET /api/v2/tasks/get/?request_id=, DELETE /api/v2/tasks/kill/).
Documentation
Documentation
https://deltakit.readthedocs.io/
APIReference
https://github.com/Deltakit/deltakit/blob/main/docs/api.rst
Authentication
https://raw.githubusercontent.com/api-evangelist/riverlane/refs/heads/main/authentication/riverlane-authentication.yml
Other Resources
GraphQL
https://deltakit.riverlane.com/proxy/api/graphql
SourceCode
https://github.com/Deltakit/deltakit/tree/main/deltakit-explorer/src/deltakit_explorer/_api
Conventions
https://raw.githubusercontent.com/api-evangelist/riverlane/refs/heads/main/conventions/riverlane-conventions.yml
ErrorCatalog
https://raw.githubusercontent.com/api-evangelist/riverlane/refs/heads/main/errors/riverlane-error-codes.yml
DataModel
https://raw.githubusercontent.com/api-evangelist/riverlane/refs/heads/main/data-model/riverlane-data-model.yml
APIsJSON
https://raw.githubusercontent.com/api-evangelist/riverlane/refs/heads/main/apis.yml