Dexterity · Example Payload

Dexterity Foresight Health Example

Physical AIIndustrial RoboticsRoboticsWarehouse AutomationLogisticsManufacturingWorld ModelForesightMechDual-ArmTruck LoadingPalletizingDepalletizingSingulationResearch APIPacking Challenge

Dexterity Foresight Health 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": "GET",
    "url": "https://dexterity.ai/challenge/api/health"
  },
  "response": {
    "status": 200,
    "body": {
      "status": "ok",
      "version": "0.1.0"
    }
  }
}