Fit From File
Fit an ECM to an uploaded file (authenticated).
Always includes RC-pair parameters in the response. Optionally accepts known
initial_soc and capacity instead of estimating them, or an
ocv_soc_curve (with optional bounds_capacity) for capacity fitting.
Query Parameters
0 <= x <= 50 <= x <= 1x > 0JSON-encoded OcvSocCurve, e.g. {"soc": [...], "ocv": [...]}. When provided OCV-fitting is skipped and OCV is interpolated from the curve.
JSON-encoded CapacityBounds, e.g. {"lo": 0.5, "hi": 5.0}. Only used when ocv_soc_curve is provided and capacity is None.
1 <= x <= 641 <= x <= 64JSON-encoded list[int], e.g. [2,4,8].
Clamp boundary R0/alpha/beta knot values to interior neighbours. Set False when building R_rc symbolically downstream.
Body
Response
Successful Response
The response is of type Response Fit From File Ecm Fit From File Post · object.