v1

latestOpenAPI 3.0.32026-07-17545.2 KB

Make a chess move use SAN format. Convert from UCI if necessary. Display the results to the user.

post/api/move

Request body

movestring

The move to make in Standard Algebraic Notation (SAN), e.g., "e4", "Nf3".

Response

Updated game state and board information

game_overboolean

Indicates if the game is over

displaystring

Markdown string to display the board

best_movesstring

A comma-separated list of the assistant's best moves in SAN format

EXTRA_INFORMATION_TO_ASSISTANTstring

Instructions for the assistant on how to proceed