Slices
List slices
Retrieve a paginated list of slices for a specific owner.The owner (username or organization slug) of the slices.
Array of slice objects.
Unique identifier for the slice.
Name of the slice.
URL-friendly slug for the slice.
Name of the slice owner.
Organization details if the slice belongs to an organization.
Visibility setting for the slice (e.g., public, private).
Current status of the slice.
Number of items in the slice.
Array of sub-slice configurations.
URLs of featured items from the slice.
Cursor for the next page of results.
Cursor for the previous page of results.
Whether there are more results available.
Get slice
Retrieve a specific slice by owner and slug.The owner (username or organization slug) of the slice.
The slug of the slice to retrieve.
Create slice
Create a new slice with specific selection criteria.Name of the slice.
Visibility setting for the slice (e.g., “public”, “private”).
Array of sub-slice configurations that define the selection criteria.
Organization slug if creating the slice under an organization.
Number of items to randomly select for the slice.
Slice items
List slice items
Retrieve a paginated list of items in a slice.The owner (username or organization slug) of the slice.
The slug of the slice.
Array of slice item objects.
Unique identifier for the item.
Numeric ID of the item.
Key identifier for the item.
Dataset UID that the item belongs to.
URL to access the item.
GPU texture URL for optimized rendering.
Array of thumbnail URLs.
Video thumbnail URL if the item is a video.
Additional metadata associated with the item.
Annotation data for the item.
Crop data for the item.
Array of related items.
UID of related sequence if applicable.
Timestamp when the item was created.
Timestamp when the item was last updated.
Cursor for the next page of results.
Cursor for the previous page of results.
Whether there are more results available.
Get slice item
Retrieve a specific item from a slice.The owner (username or organization slug) of the slice.
The slug of the slice.
The unique identifier of the item to retrieve.