Konnektr Logo
ReferenceApiModels

Creates new models in the digital twins graph.

POST
/models

Request Body

application/json

Response Body

application/json

curl -X POST "https://demo.api.graph.konnektr.io/models" \  -H "Content-Type: application/json" \  -d '[]'
[
  {
    "id": "string",
    "model": {},
    "uploadTime": null,
    "displayName": {
      "property1": "string",
      "property2": "string"
    },
    "description": {
      "property1": "string",
      "property2": "string"
    },
    "bases": null,
    "descendants": null,
    "decommissioned": true,
    "embedding": null
  }
]