Dexterity · Example Payload

Dexterity Foresight Display Name Example

Physical AIIndustrial RoboticsRoboticsWarehouse AutomationLogisticsManufacturingWorld ModelForesightMechDual-ArmTruck LoadingPalletizingDepalletizingSingulationResearch APIPacking Challenge

Dexterity Foresight Display Name 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/display-name",
    "body": {
      "api_key": "fpc_live_8a4f7e9b1c2d3a5f",
      "display_name": "stanford-bin-packers"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "display_name": "stanford-bin-packers"
    }
  }
}