{ "opencollection": "1.0.0", "info": { "name": "Hub API Endpoints agentic-provisioning collections API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "collections", "type": "folder" }, "items": [ { "info": { "name": "Get a collection", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/collections/:namespace/:slug-:id", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a collection" }, { "info": { "name": "Update a collection", "type": "http" }, "http": { "method": "PATCH", "url": "https://huggingface.co/api/collections/:namespace/:slug-:id", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a collection" }, { "info": { "name": "Delete a collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://huggingface.co/api/collections/:namespace/:slug-:id", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a collection" }, { "info": { "name": "Get a collection", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/collections/:namespace/:slug", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Get a collection" }, { "info": { "name": "Update a collection", "type": "http" }, "http": { "method": "PATCH", "url": "https://huggingface.co/api/collections/:namespace/:slug", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a collection" }, { "info": { "name": "Delete a collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://huggingface.co/api/collections/:namespace/:slug", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Delete a collection" }, { "info": { "name": "Add item", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/collections/:namespace/:slug-:id/items", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an item to a collection" }, { "info": { "name": "Add item", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/collections/:namespace/:slug/items", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an item to a collection" }, { "info": { "name": "Batch update items", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/collections/:namespace/:slug-:id/items/batch", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Batch update items in a collection" }, { "info": { "name": "Batch update items", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/collections/:namespace/:slug/items/batch", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Batch update items in a collection" }, { "info": { "name": "Delete item", "type": "http" }, "http": { "method": "DELETE", "url": "https://huggingface.co/api/collections/:namespace/:slug-:id/items/:itemId", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "itemId", "value": "", "type": "path" } ] }, "docs": "Delete an item from a collection" }, { "info": { "name": "Delete item", "type": "http" }, "http": { "method": "DELETE", "url": "https://huggingface.co/api/collections/:namespace/:slug/items/:slug", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Delete an item from a collection" }, { "info": { "name": "Get collections", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/collections", "params": [ { "name": "item", "value": "", "type": "query" }, { "name": "owner", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "expand", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Get collections" }, { "info": { "name": "Create a collection", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/collections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a collection" } ] } ], "bundled": true }