v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
Bot

Make a Bot move

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

post/api/bot/game/{gameId}/move/{move}

Path parameters

gameIdstring required
Example:5IrD6Gzz
movestring required
Example:e2e4

The move to play, in UCI format

Query parameters

offeringDrawboolean

Whether to offer (or agree to) a draw

Response

The bot move was successfully made.

okboolean required