---
title: "Make a Bot move"
method: POST
path: "/api/bot/game/{gameId}/move/{move}"
tags: ["Bot"]
---

# Make a Bot move

`POST /api/bot/game/{gameId}/move/{move}`

Make a move in a game being played with the Bot API.
The move can also contain a draw offer/agreement.

## Path parameters

- `gameId` string, required
- `move` string, required

## Query parameters

- `offeringDraw` boolean

## Response `200`

The bot move was successfully made.

- Ok
  - `ok` boolean, required

## Other responses

- `400` — The bot move failed.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
