Skip to main content

How This Helps

Dataset sharing lets you collaborate with teammates without duplicating data. You can grant access to reviewers, annotators, or developers using a single API call.

Prerequisites

  • A dataset ID (visible in the browser URL when viewing a dataset: https://app.visual-layer.com/dataset/<dataset_id>/data).
  • A valid JWT token. See Authentication.
  • The recipient must be a registered Visual Layer user.

Share a Dataset

Grant another user access to your dataset by sending their email address in a PUT request.

Parameters

Example

A successful request returns HTTP 200 with a null body.

List Dataset Members

Retrieve the list of users who currently have access to a dataset.

Example

Response


Python Example


Response Codes

See Error Handling for the error response format and Python handling patterns.

Invite (PUT /api/v1/manage/{dataset_id}/invite)

List Members (GET /api/v1/manage/{dataset_id}/share)


Add Media to an Existing Dataset

Add new images or videos to an indexed dataset.

Export a Dataset

Export dataset media and metadata.