Data API Overview

Learn About the Studio Data API



API Explorer

API Usage

Learn about how to use the Studio Data API to manage your cloud assets.




Endpoints

Sharing

Manage who can see or edit assets stored in the Studio cloud.


Get Permissions

Get permissions, returning who can view or edit a specific asset.

Set Permissions

Set asset permissions (such as viewing and editing) for specific individuals and the entire organization.


Maps

Manage your map records with several map endpoints.


Create Map

Create a map record. Optionally, include a map configuration and list of associated datasets.

Copy Map

Creates a copy of an existing map, duplicating its layers and map state.

Replace Dataset

Replace a dataset on a map, updating the visualization with the data from the new dataset.

Get Map (By ID)

Get a map record by ID.

Update Map

Update a map record, including the latest state and list of associated datasets.

Delete Map

Delete a map record by id. This will not delete datasets associated with the map.

List Maps

Get all map records for the authenticated user.


Data

Manage your dataset records with several data endpoints.


Upload Dataset

Create a dataset from a data upload.

Get Dataset (By ID)

Retrieve a dataset metadata record in JSON format.

Download Dataset

Download data from a dataset record by ID.

Delete Dataset

Delete a dataset record by id. This will impacted any maps using the dataset.

List Datasets

Get all dataset records for the authenticated user.

Generate Hex Tiles

Process data into Hex Tiles using the Studio Data SDK.