# Export point cloud data

| **Description** | Create an export for downloading.                          |
| --------------- | ---------------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/pointCloud/timestamp/{timestampId}/export` |
| **Method**      | POST                                                       |

### Access Level Rules

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

### Processing Units

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

### Parameters

<table><thead><tr><th>Name</th><th>Description</th><th width="198">Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the point cloud layer.</td><td>true</td><td></td></tr><tr><td><code>timestampId</code></td><td>The timestamp id to download data for.</td><td>true</td><td></td></tr><tr><td><code>extent</code></td><td>JSON with properties "xMin", "xMax", "yMin" and "yMax" as floats.</td><td>true</td><td></td></tr><tr><td><code>epsg</code></td><td>An integer describing the epsg code of the given extent.</td><td>false</td><td>Default 4326.</td></tr></tbody></table>
