Run Model Batch
Batch multiple traces for coulomb-blockade-peak-detector-v2 in one request. This endpoint accepts a single .npy or .pt file containing a 2D array shaped (batch_size, trace_length), returns output.outputs ordered by batch index, and maps to client.control.models.batch.run(...) in the Python SDK.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a multipart form containing a file.
model
The model to run. Only coulomb-blockade-peak-detector-v2 is currently supported.
Allowed values:
data
A .npy or .pt file containing a 2D batch tensor shaped (batch_size, trace_length).
Response
Successful Batch Response
output
The model output, containing an 'outputs' list ordered by batch index.
id
The external UUID of the model result
created_at
The UTC time the model result was created
input_file_name
The name of the input file
model
The string ID of the model
batch_size
The number of inputs in the batch
Errors
404
Not Found Error
422
Unprocessable Entity Error