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.
modelenumRequired

The model to run. Only coulomb-blockade-peak-detector-v2 is currently supported.

Allowed values:
datafileRequired

A .npy or .pt file containing a 2D batch tensor shaped (batch_size, trace_length).

Response

Successful Batch Response
outputmap from strings to any
The model output, containing an 'outputs' list ordered by batch index.
idstring
The external UUID of the model result
created_atstringformat: "date-time"
The UTC time the model result was created
input_file_namestring
The name of the input file
modelstring
The string ID of the model
batch_sizeinteger
The number of inputs in the batch

Errors

404
Not Found Error
422
Unprocessable Entity Error