Data & Exports API Reference
Complete reference for all data export endpoints in the Voyager API.GET /api/v2/data/
Get data object details.Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string (UUID) | Data object ID |
GET /api/v2/data//view
Get or generate a data view (downsampled volume data).Query Parameters
| Parameter | Type | Description |
|---|---|---|
outputFormat | string | Output format: “nrrd”, “raw”, or “tiff” |
max_voxel_count | integer | Maximum number of voxels |
max_dimension_size | integer | Maximum dimension size (default: 2048) |
mapped_percentile_range | array | Intensity mapping range [min, max] |
skip_normalization | boolean | Skip normalization |
Response
Example
- Python
GET /api/v2/data//resolution
Get data resolution information.POST /api/v2/projects//export
Request a project export.Request Body
GET /api/v2/projects//export
Get project export status and download URL.Response
GET /api/v2/export//
Get download URL for a specific export file.Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string (UUID) | Data object ID |
fileName | string | File name to download |
Response
For detailed guides, see Data Export Guide.