Gaussian Splat Upload
Upload a Gaussian Splat (.ply + poses.json) as a Multiset VPS map via the REST API.
Last updated
Was this helpful?
Was this helpful?
curl --location 'https://api.multiset.ai/v2/vps/map' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <YOUR_ACCESS_TOKEN>' \
--data '{
"mapName": "Abode Splat No Pose",
"coordinates": {
"latitude": 37.7770709310221,
"longitude": -122.43656613753897,
"altitude": 70.0325927734375
},
"source": {
"provider": "xgrid",
"fileType": "splat",
"coordinateSystem": "RHS-Z-UP",
"metadata": {
"mode": "indoor",
"hasPoses": true
}
}
}'