---
title: "Calibrate Robot"
method: POST
path: "/calibrate"
tags: ["control"]
---

# Calibrate Robot

`POST /calibrate`

Start the calibration sequence for the robot.

## Query parameters

- `robot_id` integer

## Response `200`

Successful Response

- CalibrateResponse — Response from the calibration endpoint.
  - `calibration_status` 'error' | 'success' | 'in_progress', required — Status of the calibration. Ends when status is success or error.
  - `current_step` integer, required
  - `message` string, required
  - `total_nb_steps` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/phospho/apis/fastapi.md) · [All operations](https://skmtc.net/phospho/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phospho/fastapi/versions/93e83588fc02/schema)
