MatterPak Upload
Authorizations
AuthorizationstringRequired
Standard Authorization header using the Bearer scheme.
You can obtain a bearer token by:
- Authenticating through /v1/auth/login endpoint
- Using M2M (Machine-to-Machine) credentials via /v1/m2m/token endpoint
Example: "Authorization: Bearer {your-jwt-token}"
Body
mapNamestring · min: 3 · max: 255RequiredExample:
Name of the VPS map (will be truncated to 30 characters if longer). Should be descriptive and unique to help identify the map.
Office Building - Floor 1headingnumber · double · max: 360OptionalExample:
Optional heading/orientation in degrees (0-360)
90Responses
201
Map creation request submitted successfully
application/json
400
Bad request - Invalid parameters
application/json
401
Unauthorized - Missing or invalid authentication token
application/json
403
Forbidden - Matterport authentication failed
application/json
500
Internal server error
application/json
post
/v1/vps/mapLast updated