Low-level API

Below we describe the low-level API to the Quantum Inspire platform. Quantum Inspire also offers a Software Development Kit (SDK) to advanced users that will allow programmatic control over all functionality using Python. For more information see the Software Development Kit page.

Application Programmer Interface (API)

The REST API can be found on https://api.quantum-inspire.com/. OpenAPI documentation is published on https://api.quantum-inspire.com/docs

Forms are provided for all endpoints to create new objects or modify existing objects.

OpenAPI client

To consume the API, Quantum Inspire has provided an api-client that handles all communication. This api-client can be installed from PyPI.

A basic example consumer of this schema written in Python might look like this: