For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upload mesh file

Description

Uploads a mesh file as multipart form

Endpoint

/path/{pathId}/mesh/timestamp/{timestampId}/file

Method

POST

Access Level Rules

Minimum Access Level

edit+

Processing Units

Minimum processing units

2

Parameters

Name
Description
Required
Default

pathId

The id of the mesh layer.

true

timestampId

The id of the timestamp the upload is for.

true

name

The name of the file to be uploaded.

true

data

The file to be uploaded.

true

Last updated