Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/hub/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ The base URL for those endpoints below is `https://huggingface.co`. For example,
## The Hub API Playground

Want to try out our API?
Try it out now on our [Playground](https://huggingface.co/spaces/enzostvs/hub-api-playground)!
Try it out now on our OpenAPI-based [Playground](https://huggingface.co/spaces/huggingface/openapi)!

You can also access the OpenAPI specification directly: [https://huggingface.co/.well-known/openapi.json](https://huggingface.co/.well-known/openapi.json)

<div class="flex justify-center">
<a href="https://huggingface.co/spaces/enzostvs/hub-api-playground" target="_blank">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we still keep a link to the Enzo playground for posterity? @enzostvs @gary149

<a href="https://huggingface.co/spaces/huggingface/openapi" target="_blank">
<img class="w-full object-contain" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/hub-api-playground.png"/>
</a>
</div>
Expand Down