Map Upload
"source": {
"provider": "unity", // matterport // leica // navvis // xgrid // faro
"fileType": "zip", // e57
"coordinateSystem": "RHS" // LHS
} "provider": "matterport"
"fileType": "e57"
"coordinateSystem": "RHS"
} "provider": "navvis"
"fileType": "e57"
"coordinateSystem": "RHS"
}Standard Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Human-readable name for the VPS map
Office Floor 1 MapSize of the file to be uploaded in bytes
52428800Optional heading direction in degrees
45VPS map created successfully with upload URLs
Bad request - Invalid input data, plan limits exceeded, or plan expired
Unauthorized - Missing or invalid token
Internal server error
Standard Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Unique identifier of the VPS map (MongoDB ObjectId)
67a5b08736cb3f76aaf3a416Pattern: ^[a-fA-F0-9]{24}$The upload ID returned from the map creation endpoint
upload-id-123The S3 key for the uploaded file
accountId/mapId/mapId.zipVPS map multipart upload completed successfully
Bad request - Invalid upload data or missing required fields
Unauthorized - Missing or invalid token
Not found - VPS map not found
Internal server error during upload completion
Last updated