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
urlstringRequiredExample:
Pre-signed S3 URL for file download
https://amazonaws.com/671bX-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=%2Faws4_request&X-Amz-Date=20241658753a8c6380ad6d01c217e1ad978d88e2ba6a4&X-Amz-SignedHeaders=host&x-id=GetObject401
Unauthorized - Invalid or expired token
404
File not found
500
Server error
get
/fileAuthorizations
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