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/).

API entry from apis.yml

apis.yml Raw ↑
name: Deltakit Cloud API
description: '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/<name>),
  v2 is an asynchronous REST task API (POST /api/v2/tasks/add/<task>, GET /api/v2/tasks/get/?request_id=,
  DELETE /api/v2/tasks/kill/).'
humanURL: https://deltakit.readthedocs.io/
baseURL: https://deltakit.riverlane.com/proxy
tags:
- quantum-computing
- quantum-error-correction
- decoders
- graphql
- simulation
properties:
- type: Documentation
  url: https://deltakit.readthedocs.io/
- type: APIReference
  url: https://github.com/Deltakit/deltakit/blob/main/docs/api.rst
- type: GraphQL
  url: https://deltakit.riverlane.com/proxy/api/graphql
- type: SourceCode
  url: https://github.com/Deltakit/deltakit/tree/main/deltakit-explorer/src/deltakit_explorer/_api
- type: Authentication
  url: authentication/riverlane-authentication.yml
- type: Conventions
  url: conventions/riverlane-conventions.yml
- type: ErrorCatalog
  url: errors/riverlane-error-codes.yml
- type: DataModel
  url: data-model/riverlane-data-model.yml