{
  "info": {
    "_postman_id": "8bd1a3e9-1a4e-4fa0-9d8f-9edcc7cec82b",
    "name": "Pokerai API public examples",
    "description": "Public examples maintained from the published OpenAPI snapshot. Set the apiKey collection variable before sending a request; its value is sent as Authorization: Bearer <apiKey>. The collection contains no real credential or Cookie.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://pokerai.bet",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "",
      "type": "string"
    }
  ],
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "item": [
    {
      "name": "GTO strategy API",
      "item": [
        {
          "name": "Preflop strategy",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"hole_cards\": \"AhKh\",\n  \"positions\": {\n    \"hero\": \"MP\"\n  },\n  \"preflop_version\": \"6max\",\n  \"preflop_actions\": [\n    {\n      \"position\": \"SB\",\n      \"action\": \"small blind\",\n      \"amount\": 0.5\n    },\n    {\n      \"position\": \"BB\",\n      \"action\": \"big blind\",\n      \"amount\": 1\n    },\n    {\n      \"position\": \"UTG\",\n      \"action\": \"raise\",\n      \"amount\": 3\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": "{{baseUrl}}/v1/gto/preflop",
            "description": "Public OpenAPI operationId: preflopStrategy. Uses the collection Authorization header."
          },
          "response": []
        }
      ]
    },
    {
      "name": "PokerKit API",
      "item": [
        {
          "name": "Board texture",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n  \"board\": \"AsKsQs\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": "{{baseUrl}}/v1/pokerkit/texture",
            "description": "Public OpenAPI operationId: texture_v1_pokerkit_texture_post. Uses the collection Authorization header."
          },
          "response": []
        }
      ]
    }
  ]
}
