MapSet
Overview
Endpoints
Create MapSet using Overlap
Creates a new MapSet from two existing maps that share overlapping scan area, by passing the Map Codes of a source map and a target map. The cloud computes the relative pose between the two maps automatically — you do not need to supply a relativePose.
Both maps must already exist in your account, be in active status, and not already belong to any MapSet. The resulting MapSet uses the source map as the origin (order=0).
JWT token obtained from the authentication endpoint
Name of the new MapSet
Building A - Floors 1 & 2Map Code of the source map (becomes the MapSet origin)
MAP_WUTCLWDXTK6UMap Code of the target map to align against the source
MAP_7HXKP2MSNQ4YMapSet created successfully via overlap
Unauthorized - Invalid or expired token
Forbidden - One or more maps are not active or do not belong to your account
One or more maps not found
Conflict - One or more maps are already part of a MapSet
Add Map to MapSet using Overlap
Adds a new map to an existing MapSet by overlapping it against a map already inside that MapSet. The cloud computes the new map's relative pose automatically from the overlap — no relativePose required.
sourceMapCodemust be a map that is already part of the target MapSet.targetMapCodemust be anactivemap in your account that is not part of any MapSet yet.- The resulting transform is stored as the new map's
relativePosewithin the MapSet's coordinate system.
JWT token obtained from the authentication endpoint
MapSet Code of the existing MapSet to extend
MSET_ZIRWP1NV0WBHMap Code of an existing map already in the MapSet (the anchor for overlap)
MAP_WUTCLWDXTK6UMap Code of the new map to add to the MapSet
MAP_3HQNB7L9XP2AMap added to MapSet successfully
MapSet data processed successfullyUnauthorized - Invalid or expired token
Forbidden - MapSet or one of the maps is not active, or does not belong to your account
MapSet not found, source map not part of the MapSet, or target map not found
Conflict - Target map is already part of a MapSet
Create MapSet
Creates a new MapSet with two or more maps. Each map must include a relative pose defining its position and rotation within the MapSet.
JWT token obtained from the authentication endpoint
Name of the MapSet
Building A - Floor 1MapSet created successfully
Bad Request - Invalid input or less than 2 maps provided
Unauthorized - Invalid or expired token
One or more maps not found
Conflict - One or more maps are already part of a MapSet
Get MapSet Details
Retrieves details of a MapSet including all associated maps and their relative poses.
JWT token obtained from the authentication endpoint
MapSet Code
MSET_ZIRWP1NV0WBHMapSet details retrieved successfully
Unauthorized - Invalid or expired token
MapSet not found
Update MapSet Details
Updates the name of an existing MapSet.
JWT token obtained from the authentication endpoint
MapSet Code
MSET_ZIRWP1NV0WBHNew name for the MapSet
Building A - Updated NameMapSet updated successfully
MapSet updated successfullyUnauthorized - Invalid or expired token
MapSet not found
Add Map to MapSet
Adds a new map to an existing MapSet with its relative pose.
JWT token obtained from the authentication endpoint
MapSet Code
MSET_ZIRWP1NV0WBHMap Code
MAP_WUTCLWDXTK6UMap added to MapSet successfully
MapSet data added successfullyUnauthorized - Invalid or expired token
MapSet or Map not found
Update Map Pose in MapSet
Updates the relative pose of a map within a MapSet. Use the dataId from the MapSet details response.
JWT token obtained from the authentication endpoint
MapSetData ID (obtained from Get MapSet Details response)
6756c20336a9794c6effce46Map pose updated successfully
MapSetData updated successfullyInvalid dataId format
Unauthorized - Invalid or expired token
MapSetData not found
Delete Map from MapSet
Removes a map from a MapSet. Cannot delete the primary map (order=0) or if deletion would leave less than 2 maps in the MapSet.
JWT token obtained from the authentication endpoint
MapSetData ID (obtained from Get MapSet Details response)
6756c20336a9794c6effce46Map removed from MapSet successfully
MapSetData deleted successfullyInvalid dataId format
Unauthorized - Invalid or expired token
MapSetData not found
Cannot delete primary map or would leave less than 2 maps in MapSet
Delete MapSet
Deletes a MapSet and all associated map data entries. The maps themselves are not deleted, only their association with the MapSet.
JWT token obtained from the authentication endpoint
MapSet Code
MSET_ZIRWP1NV0WBHMapSet deleted successfully
MapSet and associated MapSetData deleted successfullyUnauthorized - Invalid or expired token
MapSet not found
Schemas
RelativePose
Last updated
Was this helpful?

