{ "opencollection": "1.0.0", "info": { "name": "Hub API Endpoints agentic-provisioning kernels API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "kernels", "type": "folder" }, "items": [ { "info": { "name": "Duplicate xet files", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/kernels/:namespace/:repo/lfs-files/duplicate", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Duplicate xet-stored files from this repo (source) into another repo (target) by xet hash, without re-uploading file bytes. The caller must then commit the files with their sha256/size as usual." }, { "info": { "name": "Get kernel", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/kernels/:namespace/:repo", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" } ] }, "docs": "Get kernel" }, { "info": { "name": "Get kernel", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/kernels/:namespace/:repo/revision/:rev", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "rev", "value": "", "type": "path" } ] }, "docs": "Get kernel" } ] } ], "bundled": true }