POST
/
quantum-jobs

Authorizations

api-key
string
headerrequired

Authenticate requests using an API key linked to your qBraid account. Obtain your key by registering or logging in at account.qbraid.com.

Body

application/json
qbraidDeviceId
string
required

Target device on which to execute the quantum job.

bitcode
string

QIR (LLVM) bitcode for the quantum job, base64 encoded.

openQasm
string

OpenQASM 3 code for the quantum job.

circuitNumQubits
integer

Number of qubits used in the quantum circuit.

shots
integer

Number of times to execute the circuit.

tags
object

Tags associated with the quantum job for filtering and identification.