> ## Documentation Index
> Fetch the complete documentation index at: https://friendli.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Dataset Overview

> API reference for Friendli Dataset API. Create, manage, and version datasets with splits and samples for model training and evaluation.

OpenAPI reference of Friendli Dataset API.

## Dataset Management (Beta)

<CardGroup cols={2}>
  <Card title="List datasets" href="/openapi/dataset/list-datasets">
    Discover how to list datasets.
  </Card>

  <Card title="List versions" href="/openapi/dataset/list-versions">
    Discover how to list versions of a dataset.
  </Card>

  <Card title="List splits" href="/openapi/dataset/list-splits">
    Discover how to list splits of a dataset version.
  </Card>

  <Card title="List samples" href="/openapi/dataset/list-samples">
    Discover how to list samples in a dataset split.
  </Card>

  <Card title="Get dataset info" href="/openapi/dataset/get-dataset-info">
    Discover how to get information about a dataset.
  </Card>

  <Card title="Get version info" href="/openapi/dataset/get-version-info">
    Discover how to get information about a dataset version.
  </Card>

  <Card title="Get split info" href="/openapi/dataset/get-split-info">
    Discover how to get information about a dataset split.
  </Card>

  <Card title="Create a new dataset" href="/openapi/dataset/create-a-new-dataset">
    Discover how to create a new dataset.
  </Card>

  <Card title="Create a new version" href="/openapi/dataset/create-a-version">
    Discover how to create a new version of a dataset.
  </Card>

  <Card title="Create a new split" href="/openapi/dataset/create-a-split">
    Discover how to create a new split in a dataset.
  </Card>

  <Card title="Add samples" href="/openapi/dataset/add-samples">
    Discover how to add samples to a dataset.
  </Card>

  <Card title="Delete samples" href="/openapi/dataset/delete-samples">
    Discover how to delete samples from a dataset.
  </Card>

  <Card title="Update samples" href="/openapi/dataset/update-samples">
    Discover how to update samples in a dataset.
  </Card>

  <Card title="Delete a version" href="/openapi/dataset/delete-a-version">
    Discover how to delete a dataset version.
  </Card>

  <Card title="Delete a dataset" href="/openapi/dataset/delete-dataset">
    Discover how to delete a dataset.
  </Card>

  <Card title="Delete a split" href="/openapi/dataset/delete-split">
    Discover how to delete a dataset split.
  </Card>
</CardGroup>
