Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

IonQ characterizations API

The characterizations API from IonQ — 2 operation(s) for characterizations.

IonQ characterizations API is one of 7 APIs that IonQ publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include characterizations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version v0.4.

Requests are made against a single base URL, https://api.ionq.co/v0.4.

2 operations 2 paths 2 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v0.4
Base URL
https://api.ionq.co/v0.4
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

IonQ characterizations API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth).

  • apiKeyAuth — API keys are associated with a user and can be created on the [IonQ Quantum Cloud](https://cloud.ionq.com) application. To authenticate, prefix your API Key wi…

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

characterizations 2
GET
/backends/{backend}/characterizations
Get All Backend Characterizations
getCharacterizationsForBackend 5 params → 200
GET
/backends/{backend}/characterizations/{UUID}
Get a Characterization
getCharacterization 2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed is Characterization (7 properties). Each schema is shown below with its type and property counts.

pagination-page
integer
Specify the page of results to return.
Characterization
object
Quantum hardware characterization data.
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ionq-characterizations-api-openapi.yml Raw ↑

Other APIs IonQ publishes across the network.

IonQ Quantum Cloud API (v0.3 Legacy)
IonQ backends API
IonQ Jobs API
IonQ Sessions API
IonQ usage API
IonQ whoami API