{"info":{"_postman_id":"dc410393-fbbe-4f2e-bac1-23dfdfe5c0e8","name":"MysticBot","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23661720","collectionId":"dc410393-fbbe-4f2e-bac1-23dfdfe5c0e8","publishedId":"2sB3B7MtST","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-27T17:42:00.000Z"},"item":[{"name":"Root","id":"3a34f957-43ff-46d9-aa5d-4e22804597bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/","description":"<p>Root API to check sanity</p>\n","urlObject":{"path":[""],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a34f957-43ff-46d9-aa5d-4e22804597bf"},{"name":"Create game","id":"f6e3ea21-8476-4d26-9b89-14c92d08dd8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"game_id\": \"MyGame\",\n    \"current_fen\": \"rnbqkb1r/pp2pp1p/3p1np1/8/3NP3/2NQ4/PPP2PPP/R1B1KB1R b KQkq - 1 6\",\n    \"history\": []\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/game","description":"<p>Create a new game</p>\n","urlObject":{"path":["game"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6e3ea21-8476-4d26-9b89-14c92d08dd8c"},{"name":"Delete Game","id":"8a1384d5-c502-4919-b394-84604e0e326f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/game?game_id=MyGame","description":"<p>Delete an existing game</p>\n","urlObject":{"path":["game"],"host":["http://localhost:8080"],"query":[{"key":"game_id","value":"MyGame"}],"variable":[]}},"response":[],"_postman_id":"8a1384d5-c502-4919-b394-84604e0e326f"},{"name":"Game move","id":"8eaad72a-0a18-444c-b526-88610a9dc84b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"game_id\": \"MyGame\",\n    \"time_left_ms\": 1500,\n    \"time_limit_ms\": 1500,\n    \"update_state\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/game/best","description":"<p>Get best move from an existing game</p>\n","urlObject":{"path":["game","best"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"8eaad72a-0a18-444c-b526-88610a9dc84b"},{"name":"Eval","id":"d199bd5e-b2ec-4694-8688-6cbcbcaae4f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"current_fen\": \"rnbqkb1r/pp2pp1p/3p1np1/8/3NP3/2NQ4/PPP2PPP/R1B1KB1R b KQkq - 1 6\",\n    \"history\": [],\n    \"time_left_ms\": 3000,\n    \"time_limit_ms\": 3000\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/eval","description":"<p>Evaluate a position independent of a game</p>\n","urlObject":{"path":["eval"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"d199bd5e-b2ec-4694-8688-6cbcbcaae4f9"},{"name":"Make move","id":"e877357b-3565-4ea1-900a-14b37a1fe0da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"game_id\": \"game\",\n    \"mov\": \"f3h4\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/game/move","description":"<p>Make a move in a game</p>\n","urlObject":{"path":["game","move"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"e877357b-3565-4ea1-900a-14b37a1fe0da"},{"name":"Static Eval","id":"2ff1caca-25c4-4ce1-9c07-5c6ec3e066b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"current_fen\": \"rnbqkb1r/pp2pp1p/3p1np1/8/3NP3/2NQ4/PPP2PPP/R1B1KB1R b KQkq - 1 6\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/static","urlObject":{"path":["static"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ff1caca-25c4-4ce1-9c07-5c6ec3e066b5"}],"variable":[{"key":"host","value":"http://localhost:8080","type":"default"}]}