QPU Submit
Submit a quantum circuit to real QPU hardware.
Circuits are automatically converted to the target device's native format.
Returns a job ID for tracking. Credits are consumed at submission time.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
code
Circuit code in any supported source framework
source_framework
Framework name for code
backend
Target device
shots
accept_overage
Acknowledge overage charges if credits insufficient
braket_execution_mode_hint
Optional: ‘program_set’ or ‘run_batch’ for multi-circuit cost alignment.
Response
Successful Response
success
job_id
status
backend
shots
Errors
422
Unprocessable Entity Error