study-validation

Run validation simulations for measurements

Submit drive-cycle validation simulations for one or more measurements.

Each measurement is processed independently. Partial success is returned when some measurements fail (e.g. missing columns) but at least one succeeds. A 400 error is raised only if every measurement fails.

post/projects/{project_id}/studies/{study_id}/validate

Path parameters

study_idstring required
project_idstring required

Request body

measurement_idsstring[] required

IDs of measurements to validate

parameterized_model_idstring required

ID of the parameterized model to simulate

cell_specification_idstring required

ID of the cell specification (for model ownership verification)

start_stepinteger nullable

First step index to include (inclusive)

end_stepinteger nullable

Last step index to include (inclusive)

initial_voltagenumber nullable

Custom initial voltage [V]. Overrides auto-detection.

initial_socnumber nullable

Custom initial SOC (0-1). Overrides voltage-based init.

Response

Successful Response

skippedstring[]

Measurement IDs skipped because an identical validation already exists

Changes

No recorded changes to this endpoint across all 1 revision of this API.