{
  "applicableErrors": [
    "invalidInput",
    "notAuthorized",
    "rateLimited",
    "confirmationExpired",
    "stateConflict"
  ],
  "operationId": "autopilots.links.generate",
  "request": {
    "confirm": {
      "confirmationToken": "jtl_confirm_23456789ABCDEFGHJ.example_confirmation_token_000000000000"
    },
    "prepare": {
      "idempotencyKey": "intent.example.0001",
      "input": {
        "autopilotGroupId": "autopilotgroupid_example_01"
      },
      "operationId": "autopilots.links.generate"
    }
  },
  "success": {
    "data": {
      "autopilotGroupId": "autopilotgroupid_example_01",
      "capabilityWarning": "Treat returned URLs as private bearer capabilities and share them only with the intended recipient.",
      "flowId": "flowid_example_01",
      "flowTitle": "Example title",
      "publicLinks": [
        "example"
      ]
    },
    "requestId": "request_example_01"
  }
}
