Jobs
Create job
Submit a quantum circuit to run on a backend.
POST
Submit a quantum circuit to run on a backend by creating a new job. You can specify the number of shots, target backend (QPU or simulator), and optional settings like error mitigation. The job will be queued and executed according to the platform’s scheduling system.
Learn more about submitting circuits via API.
Authorizations
API keys are associated with a user and can be created on the
IonQ Quantum Cloud application. To authenticate, prefix your API Key with apiKey
and place it in the Authorization
request header. Ex: Authorization: apiKey your-api-key
Body
application/json
Response
201 - application/json
Created
The response is of type object
.