Create Job
Jobs
Create Job
Submit a quantum job to the specified device.
Request Body:
- program (object, required): Quantum program with format and data fields
- shots (integer, required): Number of shots to execute
- deviceQrn (string, required): Device QRN (qBraid Resource Name)
- runtimeOptions (object, optional): Runtime options
- tags (object, optional): Job tags
- name (string, optional): Job name
Headers:
- X-API-KEY (string, required): Your qBraid API key
Returns:
- Object containing the new job QRN and initial status
Raises:
- 422: Validation error if required fields are missing or invalid
POST
Create Job
Documentation Index
Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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
