Map Operations
Generates a temporary, pre-signed URL for downloading a file from S3
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
keystringRequiredExample:
Unique identifier for the file
671b454e33d6dc761ca15156/6756c20336a9794c6effce42/Mesh/TexturedMesh.glbResponses
200
Successfully generated pre-signed URL
application/json
401
Unauthorized - Invalid or expired token
404
File not found
500
Server error
get
/filePermanently deletes a VPS map identified by its unique map code
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
mapCodestringRequiredExample:
The unique map code of the VPS map to delete
map_abc123xyzResponses
204
VPS map deleted successfully
400
Bad Request - Invalid map code format
application/json
401
Unauthorized
application/json
404
Map not found
application/json
500
Internal Server Error - Something went wrong on the server
application/json
delete
/vps/map/{mapCode}No content
Last updated
Was this helpful?