How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cognite 3D Asset Mapping API

The 3D Asset Mapping API from Cognite — 5 operation(s) for 3d asset mapping.

Cognite 3D Asset Mapping API is one of 90 APIs that Cognite publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include 3D Asset Mapping. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 5 paths, and defines 39 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://{cluster}.cognitedata.com/api/v1/projects/{project}.

6 operations 5 paths 39 schemas 2 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.cognitedata.com
Authentication
HTTP Bearer, OAuth 2.0, OAuth 2.0, OAuth 2.0, OpenID Connect
Resource Areas
1

Authentication & Security 5

Cognite 3D Asset Mapping API declares 5 security schemes for authenticating requests. It accepts HTTP bearer tokens (OpenID Connect or OAuth2 token) (oidc-token). It supports OAuth 2.0 (oauth2-client-credentials) using the clientCredentials flow, exposing 1 scope. It supports OAuth 2.0 (oauth2-auth-code) using the authorizationCode flow, exposing 1 scope. It supports OAuth 2.0 (oauth2-open-industrial-data) using the clientCredentials flow, exposing 1 scope. It supports OpenID Connect (org-oidc-token) discovered at https://auth.cognite.com/.well-known/openid-configuration. By default, every request must be authenticated.

  • oidc-token — Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to acce…
  • oauth2-client-credentials — Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to acce…
  • oauth2-auth-code — Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to acce…
  • oauth2-open-industrial-data — Auth flow for Open Industrial Data. Get your client secret from https://hub.cognite.com/open-industrial-data-211.
  • org-oidc-token — Access token issued by the Cognite authorization server, and valid for the target organization. The token must be an OpenID Connect token, and it can be obtain…

Paths & Operations 6

Across 5 paths, the API surfaces 6 operations — 2 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

3D Asset Mapping 6
GET
/3d/models/{modelId}/revisions/{revisionId}/mappings
List 3D asset mappings
get3DMappings 8 params → 200400
POST
/3d/models/{modelId}/revisions/{revisionId}/mappings
Create 3D asset mappings
create3DMappings 2 params body → 201400
POST
/3d/models/{modelId}/revisions/{revisionId}/mappings/delete
Delete 3D asset mappings
delete3DMappings 2 params body → 200400
POST
/3d/models/{modelId}/revisions/{revisionId}/mappings/list
Filter 3D asset mappings
filter3DAssetMappings 2 params body → 200400
GET
/3d/mappings/{assetId}/modelnodes
List mappings for one assetID across all 3D models
3 params → 200400
POST
/3d/nodes/list
Filter which nodes are within a boundingbox for a revision.
body → 200400

Schemas 39

The contract defines 39 schemas that model the data the API accepts and returns. The most detailed are NodesWithBoundingBox (6 properties), BoundingBox (6 properties), AssetMapping3D (5 properties), Error (4 properties). Each schema is shown below with its type and property counts.

CogniteInstanceId
object
The ID of an [instance in Cognite Data Models](https://docs.cognite.com/cdf/dm/dmconcepts/dmspacesinstancesinstance).
2 properties 2 required
CreateAssetMapping3DClassicBody
object
1 property 1 required
BoundingBox
object
6 properties 6 required
FilterNodesByBoundingBox
object
2 properties 2 required
CreateAssetMapping3DDms
object
2 properties 2 required
SpaceSpecification
string
Cursor
object
Cursor for paging through results. In general, if a response contains a nextCursor property, it means that there may be more results, and you should pass that…
1 property
ProjectAssetMapping3DList
DmsCADContextualizationConfig
object
2 properties 2 required
AssetMapping3D
object
5 properties 1 required
AssetMapping3DAssetInstanceIdFilter
object
1 property 1 required
SubtreeSize
integer
The number of descendants of the node, plus one (counting itself).
CreateAssetMapping3D
object
3 properties 1 required
DeleteAssetMapping3DDms
object
2 properties 2 required
Float
number
AssetMapping3DFilterRequest
DirectRelationReference
object
Reference to the node pointed to by the direct relation. The reference consists of a space and an external-id.
2 properties 2 required
AssetMapping3DList
object
1 property 1 required
NodeOrEdgeExternalId
string
NodesWithBoundingBox
object
6 properties 6 required
InstanceReference
object
1 property 1 required
NextCursorData
object
1 property
DeleteAssetMapping3DClassicBody
object
1 property 1 required
BoundingBox3D
object
The bounding box of the subtree with this sector as the root sector. Is null if there are no geometries in the subtree.
2 properties 2 required
Node3DAssetMapping
object
3 properties 3 required
TreeIndex
integer
The index of the node in the 3D model hierarchy, starting from 0. The tree is traversed in a depth-first order.
DeleteAssetMapping3DDmsBody
object
2 properties 2 required
FilterNodesByBoundingBoxResponse
FilterNodesByBoundingBoxRequest
object
3 properties 3 required
AssetMapping3DFilter
object
3 properties
AssetMapping3DTreeIndexFilter
object
1 property 1 required
Error
object
Cognite API error.
4 properties 2 required
AssetMapping3DAssetFilter
object
1 property 1 required
AssetMapping3DNodeFilter
object
1 property 1 required
NextCursor
string
Cursor to get the next page of results (if available).
DeleteAssetMapping3D
object
3 properties 1 required
AssetMapping3DWithCursorResponse
NodesWithBoundingBoxList
object
1 property 1 required
CreateAssetMapping3DDmsBody
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cognite-3d-asset-mapping-api-openapi.yml Raw ↑

Other APIs Cognite publishes across the network.

Cognite Data Fusion API
Cognite 3D Files API
Cognite 3D Jobs API
Cognite 3D Model Revisions API
Cognite 3D Models API
Cognite Annotations API
Cognite Assets API
Cognite Connections API
Cognite Containers API
Cognite Data models API
Cognite Data point subscriptions API
Cognite Data products API
Where this information came from

This is an independent, third-party profile of Cognite 3D Asset Mapping API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.