Skip to main content
Fit From File Legacy
curl --request POST \
  --url https://api.ionworks.com/organizations/{organization_id}/ecm/fit-from-file \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<string>'
{}

Path Parameters

organization_id
string
required

Query Parameters

num_rcs
integer
default:2
Required range: 0 <= x <= 5
fit_ocv
boolean
default:true
initial_soc
number | null
Required range: 0 <= x <= 1
capacity
number | null
Required range: x > 0
ocv_soc_curve
string | null
bounds_capacity
string | null
num_knots
integer | null
Required range: 1 <= x <= 64
num_knots_r0
integer | null
Required range: 1 <= x <= 64
knot_schedule
string | null
clamp_boundary_knots
boolean
default:true
clamp_max_ratio
number
default:10

Body

multipart/form-data
file
string
required

Response

Successful Response

The response is of type Response Fit From File Legacy Organizations Organization Id Ecm Fit From File Post · object.