From 3a367ca9f684d214802b79b494c57eb12b45828e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:52:47 +0000 Subject: [PATCH 1/2] Initial plan From 5ba945d55801ed9f862b13bd53d8d2dc71ea59ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:56:16 +0000 Subject: [PATCH 2/2] Update Hub API playground link to OpenAPI-based version Co-authored-by: julien-c <326577+julien-c@users.noreply.github.com> --- docs/hub/api.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/hub/api.md b/docs/hub/api.md index 9fda7c953..ff9b11600 100644 --- a/docs/hub/api.md +++ b/docs/hub/api.md @@ -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)
- +