Post: Batch Prediction API
Endpoint: /prediction/batchpredict
Generates predictions for multiple input records at once. This is suited for scenarios where predictions need to be generated in bulk.
Input Parameters:
- usecaseId (string, required): Unique identifier for the dataset/use case.
-
usecaseVersion (integer, optional): Version of the use case.
Default value: 1
-
outputOption (string, required): Format for receiving output.
Available values: view, download
- file (binary file, required in body): CSV file containing multiple rows of input data.
Output:
Returns predictions for each row in the uploaded file, either as a downloadable file or displayed in the response, based on the selected outputOption.