D-Wave · Example Payload

D Wave Submit Problem Example

Quantum ComputingQuantum AnnealingOptimizationHybrid Quantum-ClassicalIsingQUBOIndustrial OptimizationSamplingLeapOcean SDKSAPI

D Wave Submit Problem Example is an example object payload from D-Wave, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://cloud.dwavesys.com/sapi/v2/problems/",
    "headers": {
      "X-Auth-Token": "DEV-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
      "Content-Type": "application/json",
      "Accept": "application/vnd.dwave.sapi.problems+json;version=3.0.0"
    },
    "body": {
      "solver": "Advantage_system6.4",
      "type": "ising",
      "data": {
        "format": "qp",
        "lin": [-1.0, 1.0, -1.0, 1.0],
        "quad": [-1.0, -1.0, -1.0],
        "offset": 0.0
      },
      "params": {
        "num_reads": 1000,
        "annealing_time": 20.0,
        "auto_scale": true,
        "answer_mode": "histogram"
      },
      "label": "max-cut-demo"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "5e7c7a98-3f8d-4d8a-9c2c-1d6e4f9a2b11",
      "type": "ising",
      "solver": "Advantage_system6.4",
      "submitted_on": "2026-05-25T12:34:56.000Z",
      "status": "COMPLETED",
      "solved_on": "2026-05-25T12:34:56.812Z",
      "label": "max-cut-demo",
      "answer": {
        "format": "qp",
        "active_variables": [0, 1, 2, 3],
        "energies": [-3.0, -2.0, -1.0],
        "num_occurrences": [842, 142, 16],
        "solutions": [[-1, 1, -1, 1], [-1, 1, 1, 1], [1, 1, -1, 1]],
        "num_variables": 4,
        "timing": {
          "qpu_sampling_time": 121420,
          "qpu_anneal_time_per_sample": 20,
          "qpu_readout_time_per_sample": 101,
          "qpu_access_time": 125316,
          "qpu_programming_time": 14580
        }
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/d-wave-submit-problem-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.