Cell Specifications
Create a new cell specification with nested component/material data
Create a new cell specification with nested component and material data.
Materials and components are automatically upserted based on uniqueness:
- Materials: unique on (organization_id, name, manufacturer)
- Components: unique on (organization_id, component_type, material_id, properties)
Example request body:
{
"name": "NCM622/Graphite Coin Cell",
"capacity": 0.002,
"lower_voltage_cutoff": 2.5,
"upper_voltage_cutoff": 4.2,
"form_factor": "R2032",
"anode": {
"properties": {"diameter_mm": 15, "thickness_um": 23},
"material": {"name": "Graphite", "manufacturer": "Customcells"}
},
"cathode": {
"properties": {"diameter_mm": 14, "thickness_um": 22},
"material": {
"name": "NCM622",
"definition": {"formula": "LiNi0.6Co0.2Mn0.2O2"}
}
}
}
post/cell_specifications
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.