Run Model
Analyze your input data using the specified model. Upload a NumPy array (`.npy`) as the data file and specify the model ID. For more information about available models and their capabilities, see our [overview](/control/models/overview).
This endpoint also supports the [Ising Decoding](/control/qec-decoding) models (`ising-decoding-v1-fast` and `ising-decoding-v1-accurate`) for AI-accelerated quantum error correction.
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.
data
The data to analyse.
Response
Successful Response
output
The output of the model
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
input_file_size
The size of the input file in bytes
model
The string ID of the model
user_vote
Current user’s vote: 1, -1, or null
Errors
422
Unprocessable Entity Error