Skip to content

Commit 7f6e9b0

Browse files
committed
add documentation page for api playground
1 parent ecfcada commit 7f6e9b0

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/source/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
title: Quickstart
77
- local: analyze_data
88
title: Analyze a dataset on the Hub
9+
- local: api_playground
10+
title: API Playground
911
- title: Guides
1012
sections:
1113
- local: valid

docs/source/api_playground.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dataset Viewer API Playground
2+
3+
The Dataset Viewer API is a powerful tool for exploring and interacting with datasets on the HuggingFace Hub.
4+
5+
It includes a set of endpoints for querying, filtering, and analyzing data from various datasets.
6+
7+
The base URL for the Dataset Viewer API is `https://datasets-server.huggingface.co/`.
8+
9+
## Try it out
10+
11+
Use the [API Playground](https://github.com/huggingface/dataset-viewer/tree/main/api_playground) to make requests to the Dataset Viewer API and visualize the results.
12+
13+
<div class="flex justify-center">
14+
<a href="https://huggingface.co/spaces/cfahlgren1/datasets-api-playground" target="_blank">
15+
<img
16+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/datasets-server/datasets-api-playground.png"
17+
alt="Dataset API Playground"
18+
/>
19+
</a>
20+
</div>

0 commit comments

Comments
 (0)