You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Hub API playground link to OpenAPI-based version (#1902)
* Initial plan
* Update Hub API playground link to OpenAPI-based version
Co-authored-by: julien-c <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: julien-c <[email protected]>
Copy file name to clipboardExpand all lines: docs/hub/api.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,12 @@ The base URL for those endpoints below is `https://huggingface.co`. For example,
7
7
## The Hub API Playground
8
8
9
9
Want to try out our API?
10
-
Try it out now on our [Playground](https://huggingface.co/spaces/enzostvs/hub-api-playground)!
10
+
Try it out now on our OpenAPI-based [Playground](https://huggingface.co/spaces/huggingface/openapi)!
11
+
12
+
You can also access the OpenAPI specification directly: [https://huggingface.co/.well-known/openapi.json](https://huggingface.co/.well-known/openapi.json)
0 commit comments