> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path-mesh/timestamps/3d-tiles.md).

# 3D tiles

This endpoint provides the standardized 3D tiles endpoint.

| **Description** | Renders mesh as 3D tiles.                                                                                                                                                                                                                  |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Endpoint**    | [`/path/{pathId}/mesh/timestamp/{timestampId}/meshFile/tileset.json?token={token}`](https://api.ellipsis-drive.com/v3/path/05bd2785-a6b1-4c6d-a8ce-c141f71f1e69/mesh/timestamp/3baa6ccc-b18c-4c96-8b29-11cbde548911/meshFile/tileset.json) |
| **Method**      | GET                                                                                                                                                                                                                                        |

### Access Level Rules

| **Minimum Access Level** | view |
| ------------------------ | ---- |

### Processing Units

| **Minimum processing units** | 1 |
| ---------------------------- | - |

{% hint style="info" %}
In case you wish to create visualizations of multiple raster layers in Ellipsis Drive use the stack endpoint that you can find [here](https://docs.ellipsis-drive.com/developers/api-v3/path-raster/timestamps/stack-rasters).
{% endhint %}

## Parameters

<table><thead><tr><th width="354">Name</th><th width="212">Description</th><th width="135">Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the mesh layer.</td><td>true</td><td></td></tr><tr><td><code>timestampId</code></td><td>The id of the timestamp.</td><td>true</td><td></td></tr><tr><td><code>token</code></td><td>User’s login token. </td><td>false, a token can alternatively also be passed in through the authorization header</td><td>Default null.</td></tr></tbody></table>
