Map Operations

Retrieve a pre-signed S3 URL for file download

get

Generates a temporary, pre-signed URL for downloading a file from S3

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
keystringRequired

Unique identifier for the file

Example: 671b454e33d6dc761ca15156/6756c20336a9794c6effce42/Mesh/TexturedMesh.glb
Responses
200

Successfully generated pre-signed URL

application/json
get
/file

Delete a VPS map by map code

delete

Permanently deletes a VPS map identified by its unique map code

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
mapCodestringRequired

The unique map code of the VPS map to delete

Example: map_abc123xyz
Responses
delete
/vps/map/{mapCode}

No content

Last updated

Was this helpful?