Dexterity · Example Payload

Dexterity Foresight Start Game Example

Physical AIIndustrial RoboticsRoboticsWarehouse AutomationLogisticsManufacturingWorld ModelForesightMechDual-ArmTruck LoadingPalletizingDepalletizingSingulationResearch APIPacking Challenge

Dexterity Foresight Start Game Example is an example object payload from Dexterity, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://dexterity.ai/challenge/api/start",
    "body": {
      "api_key": "fpc_live_8a4f7e9b1c2d3a5f",
      "mode": "compete"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "game_id": "game_01HXY7F4ZQ7B2J9V3K8M",
      "truck": {
        "depth": 2.6,
        "width": 2.0,
        "height": 2.75
      },
      "current_box": {
        "id": "box_001",
        "dimensions": [0.42, 0.32, 0.28],
        "weight": 8.6
      },
      "boxes_remaining": 312,
      "mode": "compete"
    }
  }
}