---
title: "Run Calculation"
method: POST
path: "/pipelines/calculations"
tags: ["Pipeline"]
---

# Run Calculation

`POST /pipelines/calculations`

## Request body

- CalculationConfig
  - `calculation` string, required
  - `electrode` string, nullable
  - `method` string, nullable
  - `existing_parameters` object, nullable

## Response `200`

Successful Response

- CalculationResponse
  - `parameter_values` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
