Map Query
VPS Query API
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
mapCodestringOptionalExample:
Unique identifier for the VPS map
MAP-X2P23E7Q35VDisRightHandedbooleanOptionalExample:
Flag to indicate if response pose is in right-handed coordinate system
falsequeryImagestring · base64RequiredExample:
Base64 encoded image data
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8AAAALQCAIAAADQFY7jAAAgAElEQVR4AaS9+5NdR5Lfh34BjW4AxJMgOTN8zCw5OzHriV2vvFrZDjtCVki2Xt5VaKVdybLClsL+3xz23+DQr9ZPlmO16xmvhResponses
200
Query successful
application/json
400
Bad request
application/json
401
Unauthorized
application/json
post
/vps/map/queryAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
anyOptional
anyOptional
anyOptional
anyOptional
Responses
200
Query successful
application/json
Responseobject
Successful query response (structure to be defined)
400
Bad request
application/json
401
Unauthorized
application/json
post
/vps/map/query-formVPS Multi Image Query API
Performs a query using one or more uploaded images, along with camera intrinsics and optional map or map-set identifiers. Supports up to four images in a single request.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
anyOptional
anyOptional
anyOptional
anyOptional
Responses
200
Query successful
application/json
400
Bad request
application/json
401
Unauthorized - Missing or invalid token
application/json
404
Map/MapSet not found (if applicable)
application/json
500
Internal server error
application/json
post
/vps/map/multi-image-queryLast updated