Create Simulation Batch With Template
Optimized batch simulation creation with template-based experiments.
This endpoint is for creating multiple simulations using template-based experiments with DOE support. For protocol-based batch simulations, use POST /simulations/batch.
Returns
List[SimulationCreationResponse] List of simulation creation responses with IDs, job info, and status
Raises
HTTPException If usage limit reached or job submission fails
Body
Request body for creating multiple simulations with single model/template.
Design of Experiments request with rows.
Parameters
sampling
Sampling strategy. Supported: grid (cartesian product).
rows
List of parameter rows; each carries its own type and config fields.
count
Number of samples for non-grid methods (required). Ignored for
grid sampling.