# TMS/XYZ

| **Description** | Visualize rasters through the XYZ protocol                                     |
| --------------- | ------------------------------------------------------------------------------ |
| **Endpoint**    | `/path/{pathId}/raster/timestamp/{timestampId}/tile/{z}/{x}/{y}?token={token}` |
| **Method**      | GET                                                                            |

## Access Level Rules

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

## Processing Units

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

{% 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

| Name        | Type | Description                     | Required | Default |
| ----------- | ---- | ------------------------------- | -------- | ------- |
| pathId      | uuid | The id of the raster layer.     | true     |         |
| timestampId | uuid | The id of the raster timestamp. | true     |         |
| z           | int  | The zoom level of the tile.     | true     |         |
| x           | int  | The x position of  the tile.    | true     |         |
| y           | int  | The y position of the tile.     | true     |         |
