Import a Gaussian splat
workspace_upload_splatImport a local .ply/.spz Gaussian splat as a scene. Uploads up to 64 MiB return scan_id and gaussian_count; larger files return job_id for tracking.
Instructions
Import a local .ply/.spz Gaussian splat as a scene (source="imported_splat", honestly degraded report). ≤64 MiB uploads inline and returns {scan_id, gaussian_count} synchronously; larger files go through the chunked lane and return {job_id, scan_id} to poll with workspace_job_wait. Non-gaussian PLYs are refused (422 not_a_gaussian_splat).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of the local .ply or .spz file | |
| label | No | Human label for the scene |