Skip to main content
POST
Create Job

Authorizations

X-API-KEY
string
header
required

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

Schema for job submission request body

shots
integer
required

Number of shots to execute

deviceQrn
string
required

qBraid device resource name

program
Program · object
required

Schema for quantum program

name
string | null

Job name

tags
Tags · object

Job tags

runtimeOptions
Runtimeoptions · object

Runtime options

Response

Successful Response

Response schema for job creation

success
boolean
required

Whether the job was created successfully

data
object
required