MatterPak Upload
Authorizations
AuthorizationstringRequired
JWT token obtained from the authentication endpoint.
Body
mapNamestringRequiredExample:
Showroomheadingnumber · max: 360Optional
Responses
201
Map created; MatterPak processing started.
application/json
messagestringOptional
mapIdstringOptional
statusstring · enumOptionalPossible values:
mapNamestringOptional
estimatedProcessingTimestringOptional
400
Bad Request.
application/json
401
Unauthorized.
application/json
403
Forbidden.
application/json
500
Internal Server Error.
application/json
post/vps/map
POST /v1/vps/map HTTP/1.1
Host: api.multiset.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 296
{
"mapName": "Showroom",
"heading": 1,
"coordinates": {
"latitude": 12.997,
"longitude": 77.7679,
"altitude": 0
},
"source": {
"provider": "matterport",
"fileType": "matterpak",
"coordinateSystem": "RHS",
"processType": "cloud",
"metadata": {
"spaceId": "text",
"oauthToken": "text",
"clientId": "text",
"clientSecret": "text"
}
}
}{
"message": "text",
"mapId": "text",
"status": "processing",
"mapName": "text",
"estimatedProcessingTime": "text"
}Last updated
Was this helpful?

