Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "HUGGING_FACE_DELETE_API_BUCKETS_NAMESPACE_REPO", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("HUGGING_FACE_DELETE_API_BUCKETS_NAMESPACE_REPO", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute HUGGING_FACE_DELETE_API_BUCKETS_NAMESPACE_REPO --data '{ }'Tool 目录
可用 Tools
314 个可调用操作
Delete bucketHUGGING_FACE_DELETE_API_BUCKETS_NAMESPACE_REPODelete bucket需要连接
Delete bucket
认证
需要 Connected AccountTags
Delete a collectionHUGGING_FACE_DELETE_API_COLLECTIONS_NAMESPACE_SLUGDelete a collection需要连接
Delete a collection
认证
需要 Connected AccountTags
Delete a collectionHUGGING_FACE_DELETE_API_COLLECTIONS_NAMESPACE_SLUG_IDDelete a collection需要连接
Delete a collection
认证
需要 Connected AccountTags
Delete itemHUGGING_FACE_DELETE_API_COLLECTIONS_NAMESPACE_SLUG_ID_ITEMS_ITEM_IDDelete an item from a collection需要连接
Delete an item from a collection
认证
需要 Connected AccountTags
Delete itemHUGGING_FACE_DELETE_API_COLLECTIONS_NAMESPACE_SLUG_ITEMS_SLUGDelete an item from a collection需要连接
Delete an item from a collection
认证
需要 Connected AccountTags
Delete a branchHUGGING_FACE_DELETE_API_DATASETS_NAMESPACE_REPO_BRANCH_REVDelete a branch需要连接
Delete a branch
认证
需要 Connected AccountTags
Delete Large fileHUGGING_FACE_DELETE_API_DATASETS_NAMESPACE_REPO_LFS_FILES_SHADelete a Xet/LFS file需要连接
Delete a Xet/LFS file
认证
需要 Connected AccountTags
Delete a tagHUGGING_FACE_DELETE_API_DATASETS_NAMESPACE_REPO_TAG_REVDelete a tag需要连接
Delete a tag
认证
需要 Connected AccountTags
Delete a branchHUGGING_FACE_DELETE_API_MODELS_NAMESPACE_REPO_BRANCH_REVDelete a branch需要连接
Delete a branch
认证
需要 Connected AccountTags
Delete Large fileHUGGING_FACE_DELETE_API_MODELS_NAMESPACE_REPO_LFS_FILES_SHADelete a Xet/LFS file需要连接
Delete a Xet/LFS file
认证
需要 Connected AccountTags
Delete a tagHUGGING_FACE_DELETE_API_MODELS_NAMESPACE_REPO_TAG_REVDelete a tag需要连接
Delete a tag
认证
需要 Connected AccountTags
Delete notificationsHUGGING_FACE_DELETE_API_NOTIFICATIONSDelete notifications, either by specifying discussionIds or by applying to all notifications with search parameters需要连接
Delete notifications, either by specifying discussionIds or by applying to all notifications with search parameters
认证
需要 Connected AccountTags
Delete resource groupHUGGING_FACE_DELETE_API_ORGANIZATIONS_NAME_RESOURCE_GROUPS_RESOURCE_GROUP_IDDelete a resource group from the organization. Requires the org to have a Team plan or higher.需要连接
Delete a resource group from the organization. Requires the org to have a Team plan or higher.
认证
需要 Connected AccountTags
Remove userHUGGING_FACE_DELETE_API_ORGANIZATIONS_NAME_RESOURCE_GROUPS_RESOURCE_GROUP_ID_USERS_USERNAMERemove a user from a resource group, revoking the access granted through it. Requires the org to have a Team plan or higher.需要连接
Remove a user from a resource group, revoking the access granted through it. Requires the org to have a Team plan or higher.
认证
需要 Connected AccountTags
Delete a SCIM groupHUGGING_FACE_DELETE_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_GROUPS_GROUP_IDDelete a SCIM group需要连接
Delete a SCIM group
认证
需要 Connected AccountTags
Delete SCIM userHUGGING_FACE_DELETE_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_USERS_USER_IDRemoves a user from the organization and deletes any pending invitations for non-managed organizations.需要连接
Removes a user from the organization and deletes any pending invitations for non-managed organizations.
认证
需要 Connected AccountTags
Delete a SCIM groupHUGGING_FACE_DELETE_API_ORGANIZATIONS_NAME_SCIM_V2_GROUPS_GROUP_IDDelete a SCIM group需要连接
Delete a SCIM group
认证
需要 Connected AccountTags
Delete a SCIM userHUGGING_FACE_DELETE_API_ORGANIZATIONS_NAME_SCIM_V2_USERS_USER_IDDelete a SCIM user需要连接
Delete a SCIM user
认证
需要 Connected AccountTags
Delete service accountHUGGING_FACE_DELETE_API_ORGANIZATIONS_NAME_SERVICE_ACCOUNTS_SERVICE_ACCOUNT_IDDelete a service account and all its tokens. This action cannot be undone.需要连接
Delete a service account and all its tokens. This action cannot be undone.
认证
需要 Connected AccountTags
Delete service-account tokenHUGGING_FACE_DELETE_API_ORGANIZATIONS_NAME_SERVICE_ACCOUNTS_SERVICE_ACCOUNT_ID_TOKENS_TOKEN_IDDelete an access token from a service account. This action cannot be undone.需要连接
Delete an access token from a service account. This action cannot be undone.
认证
需要 Connected AccountTags
Delete a discussionHUGGING_FACE_DELETE_API_POSTS_USERNAME_POST_SLUGDelete a discussion需要连接
Delete a discussion
认证
需要 Connected AccountTags
Delete a discussionHUGGING_FACE_DELETE_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONS_NUMDelete a discussion需要连接
Delete a discussion
认证
需要 Connected AccountTags
Delete PR refHUGGING_FACE_DELETE_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONS_NUM_REFDeletes the git ref for a closed/merged pull request to free up storage. LFS files unique to this PR will be garbage collected. The PR page and diff will still be viewable using stored commit data.需要连接
Deletes the git ref for a closed/merged pull request to free up storage. LFS files unique to this PR will be garbage collected. The PR page and diff will still be viewable using stored commit data.
认证
需要 Connected AccountTags
Delete embedHUGGING_FACE_DELETE_API_REPO_TYPE_NAMESPACE_REPO_SQL_CONSOLE_EMBED_IDDelete SQL Console embed需要连接
Delete SQL Console embed
认证
需要 Connected AccountTags
Delete a scheduled jobHUGGING_FACE_DELETE_API_SCHEDULED_JOBS_NAMESPACE_JOB_IDDelete a scheduled job需要连接
Delete a scheduled job
认证
需要 Connected AccountTags
Delete webhookHUGGING_FACE_DELETE_API_SETTINGS_WEBHOOKS_WEBHOOK_IDDelete webhook需要连接
Delete webhook
认证
需要 Connected AccountTags
Delete a branchHUGGING_FACE_DELETE_API_SPACES_NAMESPACE_REPO_BRANCH_REVDelete a branch需要连接
Delete a branch
认证
需要 Connected AccountTags
Delete Large fileHUGGING_FACE_DELETE_API_SPACES_NAMESPACE_REPO_LFS_FILES_SHADelete a Xet/LFS file需要连接
Delete a Xet/LFS file
认证
需要 Connected AccountTags
Delete secretHUGGING_FACE_DELETE_API_SPACES_NAMESPACE_REPO_SECRETSDelete Spaces's secret需要连接
Delete Spaces's secret
认证
需要 Connected AccountTags
Delete a tagHUGGING_FACE_DELETE_API_SPACES_NAMESPACE_REPO_TAG_REVDelete a tag需要连接
Delete a tag
认证
需要 Connected AccountTags
Delete variableHUGGING_FACE_DELETE_API_SPACES_NAMESPACE_REPO_VARIABLESDelete Spaces's variable需要连接
Delete Spaces's variable
认证
需要 Connected AccountTags
Delete Space volumesHUGGING_FACE_DELETE_API_SPACES_NAMESPACE_REPO_VOLUMESDelete Space volumes需要连接
Delete Space volumes
认证
需要 Connected AccountTags
Get agent harnessesHUGGING_FACE_GET_API_AGENT_HARNESSESGet the registry of AI agents / harnesses known to the Hub, along with the standard environment variables used to detect them. Clients use this registry to identify which agent they are running in when reporting Hub activity.需要连接
Get the registry of AI agents / harnesses known to the Hub, along with the standard environment variables used to detect them. Clients use this registry to identify which agent they are running in when reporting Hub activity.
认证
需要 Connected AccountTags
Get healthHUGGING_FACE_GET_API_AGENTIC_PROVISIONING_HEALTHGet health需要连接
Get health
认证
需要 Connected AccountTags
Get a resource by IDHUGGING_FACE_GET_API_AGENTIC_PROVISIONING_RESOURCES_IDGet a resource by ID需要连接
Get a resource by ID
认证
需要 Connected AccountTags
Get servicesHUGGING_FACE_GET_API_AGENTIC_PROVISIONING_SERVICESGet services需要连接
Get services
认证
需要 Connected AccountTags
Get avatarHUGGING_FACE_GET_API_AVATARS_NAMESPACEDisplay the avatar for any user or organization. This endpoint redirects to the avatar URL for either a user or an organization需要连接
Display the avatar for any user or organization. This endpoint redirects to the avatar URL for either a user or an organization
认证
需要 Connected AccountTags
List namespace bucketsHUGGING_FACE_GET_API_BUCKETS_NAMESPACEList namespace buckets需要连接
List namespace buckets
认证
需要 Connected AccountTags
Get bucket detailsHUGGING_FACE_GET_API_BUCKETS_NAMESPACE_REPOGet bucket details需要连接
Get bucket details
认证
需要 Connected AccountTags
Get resource groupHUGGING_FACE_GET_API_BUCKETS_NAMESPACE_REPO_RESOURCE_GROUPGet resource group需要连接
Get resource group
认证
需要 Connected AccountTags
List filesHUGGING_FACE_GET_API_BUCKETS_NAMESPACE_REPO_TREE_PATHList files需要连接
List files
认证
需要 Connected AccountTags
Xet read tokenHUGGING_FACE_GET_API_BUCKETS_NAMESPACE_REPO_XET_READ_TOKENGet a read short-lived access token for XET需要连接
Get a read short-lived access token for XET
认证
需要 Connected AccountTags
Xet write tokenHUGGING_FACE_GET_API_BUCKETS_NAMESPACE_REPO_XET_WRITE_TOKENGet a write short-lived access token for XET upload需要连接
Get a write short-lived access token for XET upload
认证
需要 Connected AccountTags
Get collectionsHUGGING_FACE_GET_API_COLLECTIONSGet collections需要连接
Get collections
认证
需要 Connected AccountTags
Get a collectionHUGGING_FACE_GET_API_COLLECTIONS_NAMESPACE_SLUGGet a collection需要连接
Get a collection
认证
需要 Connected AccountTags
Get a collectionHUGGING_FACE_GET_API_COLLECTIONS_NAMESPACE_SLUG_IDGet a collection需要连接
Get a collection
认证
需要 Connected AccountTags
Get collection resource groupHUGGING_FACE_GET_API_COLLECTIONS_NAMESPACE_SLUG_ID_RESOURCE_GROUPGet collection resource group需要连接
Get collection resource group
认证
需要 Connected AccountTags
Get collection resource groupHUGGING_FACE_GET_API_COLLECTIONS_NAMESPACE_SLUG_RESOURCE_GROUPGet collection resource group需要连接
Get collection resource group
认证
需要 Connected AccountTags
Get Daily PapersHUGGING_FACE_GET_API_DAILY_PAPERSGet Daily Papers需要连接
Get Daily Papers
认证
需要 Connected AccountTags
List commitsHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_COMMITS_REVList commits需要连接
List commits
认证
需要 Connected AccountTags
Get a compare revHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_COMPARE_COMPAREGet a compare rev需要连接
Get a compare rev
认证
需要 Connected AccountTags
Generate JWTHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_JWTGenerate a JWT token for accessing a repository. Supports optional write access for spaces in dev mode, custom expiration, and encryption.需要连接
Generate a JWT token for accessing a repository. Supports optional write access for spaces in dev mode, custom expiration, and encryption.
认证
需要 Connected AccountTags
Get dataset leaderboardHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_LEADERBOARDReturns the evaluation results ranked by score for a dataset/task需要连接
Returns the evaluation results ranked by score for a dataset/task
认证
需要 Connected AccountTags
List Large filesHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_LFS_FILESList Xet/LFS files for a repo需要连接
List Xet/LFS files for a repo
认证
需要 Connected AccountTags
Get notebook URLHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_NOTEBOOK_REV_PATHGet a jupyter notebook URL for the requested file需要连接
Get a jupyter notebook URL for the requested file
认证
需要 Connected AccountTags
List referencesHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_REFSList references需要连接
List references
认证
需要 Connected AccountTags
Get resource groupHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_RESOURCE_GROUPGet resource group需要连接
Get resource group
认证
需要 Connected AccountTags
Get security statusHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_SCANGet the security status of a repo需要连接
Get the security status of a repo
认证
需要 Connected AccountTags
List folder contentHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_TREE_REV_PATHList the content of a repository tree, with pagination support.需要连接
List the content of a repository tree, with pagination support.
认证
需要 Connected AccountTags
Get folder sizeHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_TREESIZE_REV_PATHGet the total size of a repository at a given revision, optionally under a specific subpath. Returns the total size in bytes of all files under the specified path (recursively). If a file is stored via Xet/LFS, the LFS file size is used.需要连接
Get the total size of a repository at a given revision, optionally under a specific subpath. Returns the total size in bytes of all files under the specified path (recursively). If a file is stored via Xet/LFS, the LFS file size is used.
认证
需要 Connected AccountTags
List access requestsHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_USER_ACCESS_REQUEST_STATUSList access requests for a gated repository需要连接
List access requests for a gated repository
认证
需要 Connected AccountTags
Xet read tokenHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_XET_READ_TOKEN_REVGet a read short-lived access token for XET需要连接
Get a read short-lived access token for XET
认证
需要 Connected AccountTags
Xet write tokenHUGGING_FACE_GET_API_DATASETS_NAMESPACE_REPO_XET_WRITE_TOKEN_REVGet a write short-lived access token for XET upload需要连接
Get a write short-lived access token for XET upload
认证
需要 Connected AccountTags
Get dataset tagsHUGGING_FACE_GET_API_DATASETS_TAGS_BY_TYPEGet all possible tags used for datasets, grouped by tag type. Optionally restrict to only one tag type需要连接
Get all possible tags used for datasets, grouped by tag type. Optionally restrict to only one tag type
认证
需要 Connected AccountTags
List docsHUGGING_FACE_GET_API_DOCSGet list of available documentation需要连接
Get list of available documentation
认证
需要 Connected AccountTags
Search docsHUGGING_FACE_GET_API_DOCS_SEARCHSearch any Hugging Face documentation需要连接
Search any Hugging Face documentation
认证
需要 Connected AccountTags
Full-text search docsHUGGING_FACE_GET_API_DOCS_SEARCH_FULL_TEXTFull-text search across Hugging Face documentation需要连接
Full-text search across Hugging Face documentation
认证
需要 Connected AccountTags
Get job hardwareHUGGING_FACE_GET_API_JOBS_HARDWAREGet available job hardware需要连接
Get available job hardware
认证
需要 Connected AccountTags
List jobsHUGGING_FACE_GET_API_JOBS_NAMESPACEList of jobs for an entity需要连接
List of jobs for an entity
认证
需要 Connected AccountTags
Count jobsHUGGING_FACE_GET_API_JOBS_NAMESPACE_COUNTCount the number of jobs for an entity with optional status stage filter需要连接
Count the number of jobs for an entity with optional status stage filter
认证
需要 Connected AccountTags
Get a jobHUGGING_FACE_GET_API_JOBS_NAMESPACE_JOB_IDGet a job需要连接
Get a job
认证
需要 Connected AccountTags
Stream job eventsHUGGING_FACE_GET_API_JOBS_NAMESPACE_JOB_ID_EVENTSStream the events of a job, using SSE需要连接
Stream the events of a job, using SSE
认证
需要 Connected AccountTags
Stream job logsHUGGING_FACE_GET_API_JOBS_NAMESPACE_JOB_ID_LOGSStream the logs of a job, using SSE需要连接
Stream the logs of a job, using SSE
认证
需要 Connected AccountTags
Stream job metricsHUGGING_FACE_GET_API_JOBS_NAMESPACE_JOB_ID_METRICSStream the metrics of a job, using SSE需要连接
Stream the metrics of a job, using SSE
认证
需要 Connected AccountTags
List kernelsHUGGING_FACE_GET_API_KERNELSList kernels with optional filtering, sorting, and pagination需要连接
List kernels with optional filtering, sorting, and pagination
认证
需要 Connected AccountTags
Get kernelHUGGING_FACE_GET_API_KERNELS_NAMESPACE_REPOGet kernel需要连接
Get kernel
认证
需要 Connected AccountTags
Get kernelHUGGING_FACE_GET_API_KERNELS_NAMESPACE_REPO_REVISION_REVGet kernel需要连接
Get kernel
认证
需要 Connected AccountTags
List commitsHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_COMMITS_REVList commits需要连接
List commits
认证
需要 Connected AccountTags
Get a compare revHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_COMPARE_COMPAREGet a compare rev需要连接
Get a compare rev
认证
需要 Connected AccountTags
Generate JWTHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_JWTGenerate a JWT token for accessing a repository. Supports optional write access for spaces in dev mode, custom expiration, and encryption.需要连接
Generate a JWT token for accessing a repository. Supports optional write access for spaces in dev mode, custom expiration, and encryption.
认证
需要 Connected AccountTags
List Large filesHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_LFS_FILESList Xet/LFS files for a repo需要连接
List Xet/LFS files for a repo
认证
需要 Connected AccountTags
Get notebook URLHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_NOTEBOOK_REV_PATHGet a jupyter notebook URL for the requested file需要连接
Get a jupyter notebook URL for the requested file
认证
需要 Connected AccountTags
List referencesHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_REFSList references需要连接
List references
认证
需要 Connected AccountTags
Get resource groupHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_RESOURCE_GROUPGet resource group需要连接
Get resource group
认证
需要 Connected AccountTags
Get security statusHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_SCANGet the security status of a repo需要连接
Get the security status of a repo
认证
需要 Connected AccountTags
List folder contentHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_TREE_REV_PATHList the content of a repository tree, with pagination support.需要连接
List the content of a repository tree, with pagination support.
认证
需要 Connected AccountTags
Get folder sizeHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_TREESIZE_REV_PATHGet the total size of a repository at a given revision, optionally under a specific subpath. Returns the total size in bytes of all files under the specified path (recursively). If a file is stored via Xet/LFS, the LFS file size is used.需要连接
Get the total size of a repository at a given revision, optionally under a specific subpath. Returns the total size in bytes of all files under the specified path (recursively). If a file is stored via Xet/LFS, the LFS file size is used.
认证
需要 Connected AccountTags
List access requestsHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_USER_ACCESS_REQUEST_STATUSList access requests for a gated repository需要连接
List access requests for a gated repository
认证
需要 Connected AccountTags
Xet read tokenHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_XET_READ_TOKEN_REVGet a read short-lived access token for XET需要连接
Get a read short-lived access token for XET
认证
需要 Connected AccountTags
Xet write tokenHUGGING_FACE_GET_API_MODELS_NAMESPACE_REPO_XET_WRITE_TOKEN_REVGet a write short-lived access token for XET upload需要连接
Get a write short-lived access token for XET upload
认证
需要 Connected AccountTags
Get model tagsHUGGING_FACE_GET_API_MODELS_TAGS_BY_TYPEGet all possible tags used for models, grouped by tag type. Optionally restrict to only one tag type需要连接
Get all possible tags used for models, grouped by tag type. Optionally restrict to only one tag type
认证
需要 Connected AccountTags
List notificationsHUGGING_FACE_GET_API_NOTIFICATIONSList notifications for the user需要连接
List notifications for the user
认证
需要 Connected AccountTags
Export the audit logHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_AUDIT_LOG_EXPORTExport the audit log events in JSON format for a Team or Enterprise organization. The export is limited to the last 100,000 events.需要连接
Export the audit log events in JSON format for a Team or Enterprise organization. The export is limited to the last 100,000 events.
认证
需要 Connected AccountTags
Get avatarHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_AVATARRetrieve organization avatar. This endpoint returns a JSON with the avatar URL for the organization. If called with the `Sec-Fetch-Dest: image` header, it instead redirects to the avatar URL需要连接
Retrieve organization avatar. This endpoint returns a JSON with the avatar URL for the organization. If called with the `Sec-Fetch-Dest: image` header, it instead redirects to the avatar URL
认证
需要 Connected AccountTags
Get org usageHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_BILLING_USAGEGet org usage for a given period需要连接
Get org usage for a given period
认证
需要 Connected AccountTags
Get session inference usageHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_BILLING_USAGE_BY_INFERENCE_SESSIONGet org inference-provider usage broken down per session id, as a time-series of monthly periods.需要连接
Get org inference-provider usage broken down per session id, as a time-series of monthly periods.
认证
需要 Connected AccountTags
Get resource group usageHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_BILLING_USAGE_BY_RESOURCE_GROUPGet org usage breakdown per resource group, returned as a time-series of monthly periods. Window is [startDate, endDate], defaults to the current month. Both dates must fall within the last 12 months. Storage values are the peak observed within each monthly period.需要连接
Get org usage breakdown per resource group, returned as a time-series of monthly periods. Window is [startDate, endDate], defaults to the current month. Both dates must fall within the last 12 months. Storage values are the peak observed within each monthly period.
认证
需要 Connected AccountTags
Stream usageHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_BILLING_USAGE_LIVEGet live usage for org需要连接
Get live usage for org
认证
需要 Connected AccountTags
Get org usageHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_BILLING_USAGE_V2Get org usage for a given period需要连接
Get org usage for a given period
认证
需要 Connected AccountTags
Get organization membersHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_MEMBERSGet a list of members for the organization with optional search and pagination.需要连接
Get a list of members for the organization with optional search and pagination.
认证
需要 Connected AccountTags
Get resource groupsHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_RESOURCE_GROUPSRetrieve accessible resource groups. Get all resource groups the user has access to. Requires the org to have a Team plan or higher.需要连接
Retrieve accessible resource groups. Get all resource groups the user has access to. Requires the org to have a Team plan or higher.
认证
需要 Connected AccountTags
Get resource groupHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_RESOURCE_GROUPS_RESOURCE_GROUP_IDRetrieve a single resource group by id. Requires the org to have a Team plan or higher.需要连接
Retrieve a single resource group by id. Requires the org to have a Team plan or higher.
认证
需要 Connected AccountTags
List SCIM groupsHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_GROUPSGet a list of SCIM groups. Retrieves a paginated list of all organization groups. If you provide the filter parameter, the resources for all matching groups are returned.需要连接
Get a list of SCIM groups. Retrieves a paginated list of all organization groups. If you provide the filter parameter, the resources for all matching groups are returned.
认证
需要 Connected AccountTags
Get a SCIM groupHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_GROUPS_GROUP_IDRetrieves a group by its ID. If you provide the `excludedAttributes` parameter, the `members` attribute is not returned.需要连接
Retrieves a group by its ID. If you provide the `excludedAttributes` parameter, the `members` attribute is not returned.
认证
需要 Connected AccountTags
List SCIM-managed usersHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_USERSRetrieves a paginated list of organization members and pending invitations managed by SCIM for non-managed organizations.需要连接
Retrieves a paginated list of organization members and pending invitations managed by SCIM for non-managed organizations.
认证
需要 Connected AccountTags
Get a SCIM provisioning userHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_USERS_USER_IDRetrieves a SCIM user by their ID for non-managed organizations.需要连接
Retrieves a SCIM user by their ID for non-managed organizations.
认证
需要 Connected AccountTags
List SCIM groupsHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_V2_GROUPSGet a list of SCIM groups. Retrieves a paginated list of all organization groups. If you provide the filter parameter, the resources for all matching groups are returned.需要连接
Get a list of SCIM groups. Retrieves a paginated list of all organization groups. If you provide the filter parameter, the resources for all matching groups are returned.
认证
需要 Connected AccountTags
Get a SCIM groupHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_V2_GROUPS_GROUP_IDRetrieves a group by its ID. If you provide the `excludedAttributes` parameter, the `members` attribute is not returned.需要连接
Retrieves a group by its ID. If you provide the `excludedAttributes` parameter, the `members` attribute is not returned.
认证
需要 Connected AccountTags
Get SCIM Resource TypesHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_V2_RESOURCE_TYPESReturns the list of SCIM 2.0 resource types supported by this server (User and Group).需要连接
Returns the list of SCIM 2.0 resource types supported by this server (User and Group).
认证
需要 Connected AccountTags
Get SCIM SchemasHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_V2_SCHEMASReturns the SCIM 2.0 schema definitions for User and Group resources.需要连接
Returns the SCIM 2.0 schema definitions for User and Group resources.
认证
需要 Connected AccountTags
Get SCIM Schema by IDHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_V2_SCHEMAS_SCHEMA_IDReturns a single SCIM 2.0 schema definition by its schema URI.需要连接
Returns a single SCIM 2.0 schema definition by its schema URI.
认证
需要 Connected AccountTags
Get SCIM ConfigurationHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_V2_SERVICE_PROVIDER_CONFIGReturns the SCIM 2.0 Service Provider configuration, describing the server's capabilities and supported authentication schemes.需要连接
Returns the SCIM 2.0 Service Provider configuration, describing the server's capabilities and supported authentication schemes.
认证
需要 Connected AccountTags
List SCIM usersHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_V2_USERSRetrieves a paginated list of all organization members who have been set up, including disabled users. If you provide the filter parameter, the resources for all matching members are returned.需要连接
Retrieves a paginated list of all organization members who have been set up, including disabled users. If you provide the filter parameter, the resources for all matching members are returned.
认证
需要 Connected AccountTags
Get a SCIM userHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SCIM_V2_USERS_USER_IDRetrieves a SCIM user by their ID.需要连接
Retrieves a SCIM user by their ID.
认证
需要 Connected AccountTags
List service accountsHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SERVICE_ACCOUNTSList all service accounts for the organization.需要连接
List all service accounts for the organization.
认证
需要 Connected AccountTags
Get service accountHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SERVICE_ACCOUNTS_SERVICE_ACCOUNT_IDRetrieve a single service account and its access token metadata. Token secrets are never returned.需要连接
Retrieve a single service account and its access token metadata. Token secrets are never returned.
认证
需要 Connected AccountTags
Get network security settingsHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SETTINGS_NETWORK_SECURITYGet the network security settings for an organization.需要连接
Get the network security settings for an organization.
认证
需要 Connected AccountTags
List organization repositoriesHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SETTINGS_REPOSITORIESList organization repositories需要连接
List organization repositories
认证
需要 Connected AccountTags
Get social handlesHUGGING_FACE_GET_API_ORGANIZATIONS_NAME_SOCIALSGet an organization's social media handles需要连接
Get an organization's social media handles
认证
需要 Connected AccountTags
List papersHUGGING_FACE_GET_API_PAPERSList arXiv papers sorted by published date需要连接
List arXiv papers sorted by published date
认证
需要 Connected AccountTags
Get a paperHUGGING_FACE_GET_API_PAPERS_PAPER_IDGet a paper需要连接
Get a paper
认证
需要 Connected AccountTags
Search papersHUGGING_FACE_GET_API_PAPERS_SEARCHPerform a hybrid semantic / full-text-search on papers需要连接
Perform a hybrid semantic / full-text-search on papers
认证
需要 Connected AccountTags
Quick searchHUGGING_FACE_GET_API_QUICKSEARCHQuick search for models, datasets, spaces, orgs, users, papers, collections, and buckets需要连接
Quick search for models, datasets, spaces, orgs, users, papers, collections, and buckets
认证
需要 Connected AccountTags
Registry tokenHUGGING_FACE_GET_API_REGISTRY_TOKENMints a short-lived EdDSA JWT for the HuggingFace container registry, verifiable via the JWK at `/api/keys/jwt`.需要连接
Mints a short-lived EdDSA JWT for the HuggingFace container registry, verifiable via the JWK at `/api/keys/jwt`.
认证
需要 Connected AccountTags
List discussionsHUGGING_FACE_GET_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONSGet discussions for a repo需要连接
Get discussions for a repo
认证
需要 Connected AccountTags
Get discussion detailsHUGGING_FACE_GET_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONS_NUMGet discussion details需要连接
Get discussion details
认证
需要 Connected AccountTags
PR storage estimateHUGGING_FACE_GET_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONS_NUM_STORAGEEstimates the LFS storage used by a PR that could be freed if the ref is deleted.需要连接
Estimates the LFS storage used by a PR that could be freed if the ref is deleted.
认证
需要 Connected AccountTags
Resolve a fileHUGGING_FACE_GET_API_RESOLVE_CACHE_DATASETS_NAMESPACE_REPO_REV_PATHThis endpoint requires to follow redirection需要连接
This endpoint requires to follow redirection
认证
需要 Connected AccountTags
Resolve a fileHUGGING_FACE_GET_API_RESOLVE_CACHE_MODELS_NAMESPACE_REPO_REV_PATHThis endpoint requires to follow redirection需要连接
This endpoint requires to follow redirection
认证
需要 Connected AccountTags
Resolve a fileHUGGING_FACE_GET_API_RESOLVE_CACHE_SPACES_NAMESPACE_REPO_REV_PATHThis endpoint requires to follow redirection需要连接
This endpoint requires to follow redirection
认证
需要 Connected AccountTags
List scheduled jobsHUGGING_FACE_GET_API_SCHEDULED_JOBS_NAMESPACEList scheduled jobs for an entity需要连接
List scheduled jobs for an entity
认证
需要 Connected AccountTags
Get a scheduled jobHUGGING_FACE_GET_API_SCHEDULED_JOBS_NAMESPACE_JOB_IDGet a scheduled job需要连接
Get a scheduled job
认证
需要 Connected AccountTags
Get user usageHUGGING_FACE_GET_API_SETTINGS_BILLING_USAGEGet user usage for a given period需要连接
Get user usage for a given period
认证
需要 Connected AccountTags
Get session inference usageHUGGING_FACE_GET_API_SETTINGS_BILLING_USAGE_BY_INFERENCE_SESSIONGet user inference-provider usage broken down per session id需要连接
Get user inference-provider usage broken down per session id
认证
需要 Connected AccountTags
Get jobs usageHUGGING_FACE_GET_API_SETTINGS_BILLING_USAGE_JOBSGet user Jobs usage for current subscription period需要连接
Get user Jobs usage for current subscription period
认证
需要 Connected AccountTags
Stream usageHUGGING_FACE_GET_API_SETTINGS_BILLING_USAGE_LIVEGet live usage for user需要连接
Get live usage for user
认证
需要 Connected AccountTags
Get user usageHUGGING_FACE_GET_API_SETTINGS_BILLING_USAGE_V2Get user usage for a given period需要连接
Get user usage for a given period
认证
需要 Connected AccountTags
Get MCP toolsHUGGING_FACE_GET_API_SETTINGS_MCPGet the MCP tools for the current user需要连接
Get the MCP tools for the current user
认证
需要 Connected AccountTags
Stream metricsHUGGING_FACE_GET_API_SETTINGS_METRICS_LIVEGet live usage and running jobs count for the logged-in user, over a single SSE connection需要连接
Get live usage and running jobs count for the logged-in user, over a single SSE connection
认证
需要 Connected AccountTags
List user repositoriesHUGGING_FACE_GET_API_SETTINGS_REPOSITORIESList user repositories需要连接
List user repositories
认证
需要 Connected AccountTags
List webhooksHUGGING_FACE_GET_API_SETTINGS_WEBHOOKSList webhooks需要连接
List webhooks
认证
需要 Connected AccountTags
Get webhookHUGGING_FACE_GET_API_SETTINGS_WEBHOOKS_WEBHOOK_IDGet webhook需要连接
Get webhook
认证
需要 Connected AccountTags
List space hardwareHUGGING_FACE_GET_API_SPACES_HARDWAREGet available space hardware需要连接
Get available space hardware
认证
需要 Connected AccountTags
List commitsHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_COMMITS_REVList commits需要连接
List commits
认证
需要 Connected AccountTags
Get a compare revHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_COMPARE_COMPAREGet a compare rev需要连接
Get a compare rev
认证
需要 Connected AccountTags
Stream eventsHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_EVENTSGet status updates for a specific Space in a streaming fashion, with SSE protocol需要连接
Get status updates for a specific Space in a streaming fashion, with SSE protocol
认证
需要 Connected AccountTags
Generate JWTHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_JWTGenerate a JWT token for accessing a repository. Supports optional write access for spaces in dev mode, custom expiration, and encryption.需要连接
Generate a JWT token for accessing a repository. Supports optional write access for spaces in dev mode, custom expiration, and encryption.
认证
需要 Connected AccountTags
List Large filesHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_LFS_FILESList Xet/LFS files for a repo需要连接
List Xet/LFS files for a repo
认证
需要 Connected AccountTags
Stream logsHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_LOGS_LOG_TYPEGet logs for a specific Space in a streaming fashion, with SSE protocol需要连接
Get logs for a specific Space in a streaming fashion, with SSE protocol
认证
需要 Connected AccountTags
Stream metricsHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_METRICSGet live metrics for a specific Space in a streaming fashion, with SSE protocol, such as current Zero-GPU usage需要连接
Get live metrics for a specific Space in a streaming fashion, with SSE protocol, such as current Zero-GPU usage
认证
需要 Connected AccountTags
Get notebook URLHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_NOTEBOOK_REV_PATHGet a jupyter notebook URL for the requested file需要连接
Get a jupyter notebook URL for the requested file
认证
需要 Connected AccountTags
List referencesHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_REFSList references需要连接
List references
认证
需要 Connected AccountTags
Get resource groupHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_RESOURCE_GROUPGet resource group需要连接
Get resource group
认证
需要 Connected AccountTags
Get security statusHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_SCANGet the security status of a repo需要连接
Get the security status of a repo
认证
需要 Connected AccountTags
List secretsHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_SECRETSList a Space's secret keys. Values are never returned.需要连接
List a Space's secret keys. Values are never returned.
认证
需要 Connected AccountTags
List folder contentHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_TREE_REV_PATHList the content of a repository tree, with pagination support.需要连接
List the content of a repository tree, with pagination support.
认证
需要 Connected AccountTags
Get folder sizeHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_TREESIZE_REV_PATHGet the total size of a repository at a given revision, optionally under a specific subpath. Returns the total size in bytes of all files under the specified path (recursively). If a file is stored via Xet/LFS, the LFS file size is used.需要连接
Get the total size of a repository at a given revision, optionally under a specific subpath. Returns the total size in bytes of all files under the specified path (recursively). If a file is stored via Xet/LFS, the LFS file size is used.
认证
需要 Connected AccountTags
List variablesHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_VARIABLESList a Space's variables with their values.需要连接
List a Space's variables with their values.
认证
需要 Connected AccountTags
Xet read tokenHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_XET_READ_TOKEN_REVGet a read short-lived access token for XET需要连接
Get a read short-lived access token for XET
认证
需要 Connected AccountTags
Xet write tokenHUGGING_FACE_GET_API_SPACES_NAMESPACE_REPO_XET_WRITE_TOKEN_REVGet a write short-lived access token for XET upload需要连接
Get a write short-lived access token for XET upload
认证
需要 Connected AccountTags
List Space templatesHUGGING_FACE_GET_API_SPACES_TEMPLATESReturns the catalog of official Space templates. The `repoId` of a template can be passed as `template` when creating a Space through the create-repo endpoint.需要连接
Returns the catalog of official Space templates. The `repoId` of a template can be passed as `template` when creating a Space through the create-repo endpoint.
认证
需要 Connected AccountTags
Get ZeroGPU quotaHUGGING_FACE_GET_API_SPACES_ZERO_GPU_QUOTAGet the authenticated user's current ZeroGPU quota usage and limits需要连接
Get the authenticated user's current ZeroGPU quota usage and limits
认证
需要 Connected AccountTags
Get trendingHUGGING_FACE_GET_API_TRENDINGGet the trending repositories需要连接
Get the trending repositories
认证
需要 Connected AccountTags
Retrieve user avatarHUGGING_FACE_GET_API_USERS_USERNAME_AVATARThis endpoint returns a JSON with the avatar URL for the user. If called with the `Sec-Fetch-Dest: image` header, it instead redirects to the avatar URL需要连接
This endpoint returns a JSON with the avatar URL for the user. If called with the `Sec-Fetch-Dest: image` header, it instead redirects to the avatar URL
认证
需要 Connected AccountTags
Stream usageHUGGING_FACE_GET_API_USERS_USERNAME_BILLING_USAGE_LIVEGet live usage for user需要连接
Get live usage for user
认证
需要 Connected AccountTags
List user likesHUGGING_FACE_GET_API_USERS_USERNAME_LIKESList public repos liked by a user需要连接
List public repos liked by a user
认证
需要 Connected AccountTags
User overviewHUGGING_FACE_GET_API_USERS_USERNAME_OVERVIEWUser overview需要连接
User overview
认证
需要 Connected AccountTags
Get social handlesHUGGING_FACE_GET_API_USERS_USERNAME_SOCIALSGet a user's social media handles需要连接
Get a user's social media handles
认证
需要 Connected AccountTags
Get user infoHUGGING_FACE_GET_API_WHOAMI_V2Get information about the user and auth method used需要连接
Get information about the user and auth method used
认证
需要 Connected AccountTags
Get file metadataHUGGING_FACE_GET_BUCKETS_NAMESPACE_REPO_RESOLVE_PATHReturns file metadata including size, hash, and links to XET authentication需要连接
Returns file metadata including size, hash, and links to XET authentication
认证
需要 Connected AccountTags
Resolve a fileHUGGING_FACE_GET_DATASETS_NAMESPACE_REPO_RESOLVE_REV_PATHThis endpoint requires to follow redirection需要连接
This endpoint requires to follow redirection
认证
需要 Connected AccountTags
Export access reportHUGGING_FACE_GET_DATASETS_NAMESPACE_REPO_USER_ACCESS_REPORTExport a report of all access requests for a gated repository需要连接
Export a report of all access requests for a gated repository
认证
需要 Connected AccountTags
Resolve a fileHUGGING_FACE_GET_NAMESPACE_REPO_RESOLVE_REV_PATHThis endpoint requires to follow redirection需要连接
This endpoint requires to follow redirection
认证
需要 Connected AccountTags
Export access reportHUGGING_FACE_GET_NAMESPACE_REPO_USER_ACCESS_REPORTExport a report of all access requests for a gated repository需要连接
Export a report of all access requests for a gated repository
认证
需要 Connected AccountTags
Get user infoHUGGING_FACE_GET_OAUTH_USERINFOGet information about the user. Only available through oauth access tokens. Information varies depending on the scope of the oauth app and what permissions the user granted to the oauth app.需要连接
Get information about the user. Only available through oauth access tokens. Information varies depending on the scope of the oauth app and what permissions the user granted to the oauth app.
认证
需要 Connected AccountTags
Resolve a fileHUGGING_FACE_GET_SPACES_NAMESPACE_REPO_RESOLVE_REV_PATHThis endpoint requires to follow redirection需要连接
This endpoint requires to follow redirection
认证
需要 Connected AccountTags
Update a collectionHUGGING_FACE_PATCH_API_COLLECTIONS_NAMESPACE_SLUGUpdate a collection需要连接
Update a collection
认证
需要 Connected AccountTags
Update a collectionHUGGING_FACE_PATCH_API_COLLECTIONS_NAMESPACE_SLUG_IDUpdate a collection需要连接
Update a collection
认证
需要 Connected AccountTags
Update resource groupHUGGING_FACE_PATCH_API_ORGANIZATIONS_NAME_RESOURCE_GROUPS_RESOURCE_GROUP_IDUpdate the name and/or description of a resource group. Requires the org to have a Team plan or higher.需要连接
Update the name and/or description of a resource group. Requires the org to have a Team plan or higher.
认证
需要 Connected AccountTags
Change user roleHUGGING_FACE_PATCH_API_ORGANIZATIONS_NAME_RESOURCE_GROUPS_RESOURCE_GROUP_ID_USERS_USERNAMEChange the role of a user in a resource group. Requires the org to have a Team plan or higher.需要连接
Change the role of a user in a resource group. Requires the org to have a Team plan or higher.
认证
需要 Connected AccountTags
Update SCIM groupHUGGING_FACE_PATCH_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_GROUPS_GROUP_IDUpdate attributes of a SCIM group. Updates individual attributes using Operations format. Just provide the changes you want to make using add, remove (only `members` is supported), or replace operations.需要连接
Update attributes of a SCIM group. Updates individual attributes using Operations format. Just provide the changes you want to make using add, remove (only `members` is supported), or replace operations.
认证
需要 Connected AccountTags
Update SCIM userHUGGING_FACE_PATCH_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_USERS_USER_IDModify individual attributes for non-managed organizations. Only the `active` field can be modified. User profile fields are not editable via SCIM.需要连接
Modify individual attributes for non-managed organizations. Only the `active` field can be modified. User profile fields are not editable via SCIM.
认证
需要 Connected AccountTags
Update SCIM groupHUGGING_FACE_PATCH_API_ORGANIZATIONS_NAME_SCIM_V2_GROUPS_GROUP_IDUpdate attributes of a SCIM group. Updates individual attributes using Operations format. Just provide the changes you want to make using add, remove (only `members` is supported), or replace operations.需要连接
Update attributes of a SCIM group. Updates individual attributes using Operations format. Just provide the changes you want to make using add, remove (only `members` is supported), or replace operations.
认证
需要 Connected AccountTags
Update SCIM userHUGGING_FACE_PATCH_API_ORGANIZATIONS_NAME_SCIM_V2_USERS_USER_IDUpdate an attribute of a SCIM user. Modify individual attributes using Operations format. Just provide the changes you want to make using add, remove (only `externalId` is supported), or replace operations. If you set `active` to `false`, the user will be deprovisioned from the organization. Complicated SCIM `path` values are not supported like `emails[type eq 'work'].value`.需要连接
Update an attribute of a SCIM user. Modify individual attributes using Operations format. Just provide the changes you want to make using add, remove (only `externalId` is supported), or replace operations. If you set `active` to `false`, the user will be deprovisioned from the organization. Complicated SCIM `path` values are not supported like `emails[type eq 'work'].value`.
认证
需要 Connected AccountTags
Update service-account tokenHUGGING_FACE_PATCH_API_ORGANIZATIONS_NAME_SERVICE_ACCOUNTS_SERVICE_ACCOUNT_ID_TOKENS_TOKEN_IDUpdate the name and/or permissions of an existing service account token.需要连接
Update the name and/or permissions of an existing service account token.
认证
需要 Connected AccountTags
Update network securityHUGGING_FACE_PATCH_API_ORGANIZATIONS_NAME_SETTINGS_NETWORK_SECURITYUpdate the network security settings for an organization.需要连接
Update the network security settings for an organization.
认证
需要 Connected AccountTags
Update embedHUGGING_FACE_PATCH_API_REPO_TYPE_NAMESPACE_REPO_SQL_CONSOLE_EMBED_IDUpdate SQL Console embed需要连接
Update SQL Console embed
认证
需要 Connected AccountTags
Update notification settingsHUGGING_FACE_PATCH_API_SETTINGS_NOTIFICATIONSUpdate notification settings for the user需要连接
Update notification settings for the user
认证
需要 Connected AccountTags
Update watch settingsHUGGING_FACE_PATCH_API_SETTINGS_WATCHUpdate watch settings for the user. Get notified when discussions happen on your watched items.需要连接
Update watch settings for the user. Get notified when discussions happen on your watched items.
认证
需要 Connected AccountTags
Create account requestHUGGING_FACE_POST_API_AGENTIC_PROVISIONING_ACCOUNT_REQUESTSCreate account request需要连接
Create account request
认证
需要 Connected AccountTags
Create deep linkHUGGING_FACE_POST_API_AGENTIC_PROVISIONING_DEEP_LINKSCreate deep link需要连接
Create deep link
认证
需要 Connected AccountTags
Provision a resourceHUGGING_FACE_POST_API_AGENTIC_PROVISIONING_RESOURCESProvision a resource需要连接
Provision a resource
认证
需要 Connected AccountTags
Remove resourceHUGGING_FACE_POST_API_AGENTIC_PROVISIONING_RESOURCES_ID_REMOVERemove resource需要连接
Remove resource
认证
需要 Connected AccountTags
Rotate resource credentialsHUGGING_FACE_POST_API_AGENTIC_PROVISIONING_RESOURCES_ID_ROTATE_CREDENTIALSRotate resource credentials需要连接
Rotate resource credentials
认证
需要 Connected AccountTags
Update resource serviceHUGGING_FACE_POST_API_AGENTIC_PROVISIONING_RESOURCES_ID_UPDATE_SERVICEUpdate resource service需要连接
Update resource service
认证
需要 Connected AccountTags
Create a new commentHUGGING_FACE_POST_API_BLOG_NAMESPACE_SLUG_COMMENTCreate a new comment需要连接
Create a new comment
认证
需要 Connected AccountTags
Create a new commentHUGGING_FACE_POST_API_BLOG_NAMESPACE_SLUG_COMMENT_COMMENT_ID_REPLYCreate a new comment需要连接
Create a new comment
认证
需要 Connected AccountTags
Create a new commentHUGGING_FACE_POST_API_BLOG_SLUG_COMMENTCreate a new comment需要连接
Create a new comment
认证
需要 Connected AccountTags
Create a new commentHUGGING_FACE_POST_API_BLOG_SLUG_COMMENT_COMMENT_ID_REPLYCreate a new comment需要连接
Create a new comment
认证
需要 Connected AccountTags
Create bucketHUGGING_FACE_POST_API_BUCKETS_NAMESPACE_REPOCreate bucket需要连接
Create bucket
认证
需要 Connected AccountTags
Batch file operationsHUGGING_FACE_POST_API_BUCKETS_NAMESPACE_REPO_BATCHAccepts NDJSON (newline-delimited JSON) where each line is an addFile, copyFile, or deleteFile instruction. All add/copy operations must come before all delete operations. JSON-lines payload: ```json '{"type":"addFile","path":"...","xetHash":"...","mtime":...,"mtimeNanos":...,"contentType":"..."}' + '{"type":"copyFile","path":"...","xetHash":"...","sourceRepoType":"...","sourceRepoId":"...","mtime":...,"mtimeNanos":...,"contentType":"..."}' + '{"type":"deleteFile","path":"..."}' ```需要连接
Accepts NDJSON (newline-delimited JSON) where each line is an addFile, copyFile, or deleteFile instruction. All add/copy operations must come before all delete operations. JSON-lines payload: ```json '{"type":"addFile","path":"...","xetHash":"...","mtime":...,"mtimeNanos":...,"contentType":"..."}' + '{"type":"copyFile","path":"...","xetHash":"...","sourceRepoType":"...","sourceRepoId":"...","mtime":...,"mtimeNanos":...,"contentType":"..."}' + '{"type":"deleteFile","path":"..."}' ```
认证
需要 Connected AccountTags
Duplicate xet filesHUGGING_FACE_POST_API_BUCKETS_NAMESPACE_REPO_LFS_FILES_DUPLICATEDuplicate 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.需要连接
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.
认证
需要 Connected AccountTags
List paths infoHUGGING_FACE_POST_API_BUCKETS_NAMESPACE_REPO_PATHS_INFOList paths info需要连接
List paths info
认证
需要 Connected AccountTags
Add resource groupHUGGING_FACE_POST_API_BUCKETS_NAMESPACE_REPO_RESOURCE_GROUPAdd the repository to a resource group需要连接
Add the repository to a resource group
认证
需要 Connected AccountTags
Create a collectionHUGGING_FACE_POST_API_COLLECTIONSCreate a collection需要连接
Create a collection
认证
需要 Connected AccountTags
Add itemHUGGING_FACE_POST_API_COLLECTIONS_NAMESPACE_SLUG_ID_ITEMSAdd an item to a collection需要连接
Add an item to a collection
认证
需要 Connected AccountTags
Batch update itemsHUGGING_FACE_POST_API_COLLECTIONS_NAMESPACE_SLUG_ID_ITEMS_BATCHBatch update items in a collection需要连接
Batch update items in a collection
认证
需要 Connected AccountTags
Set collection resource groupHUGGING_FACE_POST_API_COLLECTIONS_NAMESPACE_SLUG_ID_RESOURCE_GROUPAssign, move, or unassign an organization-owned collection to a resource group. Pass null to unassign. User-owned collections are not eligible.需要连接
Assign, move, or unassign an organization-owned collection to a resource group. Pass null to unassign. User-owned collections are not eligible.
认证
需要 Connected AccountTags
Add itemHUGGING_FACE_POST_API_COLLECTIONS_NAMESPACE_SLUG_ITEMSAdd an item to a collection需要连接
Add an item to a collection
认证
需要 Connected AccountTags
Batch update itemsHUGGING_FACE_POST_API_COLLECTIONS_NAMESPACE_SLUG_ITEMS_BATCHBatch update items in a collection需要连接
Batch update items in a collection
认证
需要 Connected AccountTags
Set collection resource groupHUGGING_FACE_POST_API_COLLECTIONS_NAMESPACE_SLUG_RESOURCE_GROUPAssign, move, or unassign an organization-owned collection to a resource group. Pass null to unassign. User-owned collections are not eligible.需要连接
Assign, move, or unassign an organization-owned collection to a resource group. Pass null to unassign. User-owned collections are not eligible.
认证
需要 Connected AccountTags
Revoke leaked tokensHUGGING_FACE_POST_API_CREDENTIALS_REVOKEPublicly invalidate leaked Hugging Face access tokens. Possession of the raw token value is the only proof required: no authentication is needed, and no rights over the owning account or org are necessary. Each raw token is fully invalidated, the owning user is notified by email. Always returns 202, whether or not any of the provided tokens existed, so the response cannot be used to probe token validity.需要连接
Publicly invalidate leaked Hugging Face access tokens. Possession of the raw token value is the only proof required: no authentication is needed, and no rights over the owning account or org are necessary. Each raw token is fully invalidated, the owning user is notified by email. Always returns 202, whether or not any of the provided tokens existed, so the response cannot be used to probe token validity.
认证
需要 Connected AccountTags
Create branchHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_BRANCH_REVCreate branch需要连接
Create branch
认证
需要 Connected AccountTags
CommitHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_COMMIT_REVFor legacy reason, we support both `application/json` and `application/x-ndjson` but we recommend using `application/x-ndjson` to create a commit. JSON-lines payload: ```json { "key": "header", "value": { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" } } { "key": "file", "value": { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } { "key": "deletedEntry", "value": { "path": "string (REQUIRED)" } } { "key": "lfsFile", "value": { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } ``` JSON payload: ```json { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" "files": [ { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ], "deletedEntries": [ { "path": "string (REQUIRED)" } ], "lfsFiles": [ { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ] } ```需要连接
For legacy reason, we support both `application/json` and `application/x-ndjson` but we recommend using `application/x-ndjson` to create a commit. JSON-lines payload: ```json { "key": "header", "value": { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" } } { "key": "file", "value": { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } { "key": "deletedEntry", "value": { "path": "string (REQUIRED)" } } { "key": "lfsFile", "value": { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } ``` JSON payload: ```json { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" "files": [ { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ], "deletedEntries": [ { "path": "string (REQUIRED)" } ], "lfsFiles": [ { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ] } ```
认证
需要 Connected AccountTags
Delete Large filesHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_LFS_FILES_BATCHDelete Xet/LFS files in batch需要连接
Delete Xet/LFS files in batch
认证
需要 Connected AccountTags
Duplicate xet filesHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_LFS_FILES_DUPLICATEDuplicate 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.需要连接
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.
认证
需要 Connected AccountTags
List paths infoHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_PATHS_INFO_REVList paths info需要连接
List paths info
认证
需要 Connected AccountTags
Check upload methodHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_PREUPLOAD_REVCheck if a file should be uploaded through the Large File mechanism or directly.需要连接
Check if a file should be uploaded through the Large File mechanism or directly.
认证
需要 Connected AccountTags
Add resource groupHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_RESOURCE_GROUPAdd the repository to a resource group需要连接
Add the repository to a resource group
认证
需要 Connected AccountTags
Squash refHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_SUPER_SQUASH_REVSquash all commits in the current ref into a single commit with the given message. Action is irreversible.需要连接
Squash all commits in the current ref into a single commit with the given message. Action is irreversible.
认证
需要 Connected AccountTags
Create tagHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_TAG_REVCreate tag需要连接
Create tag
认证
需要 Connected AccountTags
Batch handle access requestsHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_USER_ACCESS_REQUEST_BATCHAccept, reject or reset to pending up to 100 access requests for a single gated repository in one call. The same `status` (and optional `rejectionReason`) is applied to every request in the list.需要连接
Accept, reject or reset to pending up to 100 access requests for a single gated repository in one call. The same `status` (and optional `rejectionReason`) is applied to every request in the list.
认证
需要 Connected AccountTags
Cancel access requestHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_USER_ACCESS_REQUEST_CANCELCancel the current user's access request to a gated repository需要连接
Cancel the current user's access request to a gated repository
认证
需要 Connected AccountTags
Grant accessHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_USER_ACCESS_REQUEST_GRANTGrant access to a user for a gated repository需要连接
Grant access to a user for a gated repository
认证
需要 Connected AccountTags
Handle access requestHUGGING_FACE_POST_API_DATASETS_NAMESPACE_REPO_USER_ACCESS_REQUEST_HANDLEHandle a user's access request to a gated repository需要连接
Handle a user's access request to a gated repository
认证
需要 Connected AccountTags
Check accessHUGGING_FACE_POST_API_INFERENCE_ENDPOINTS_NAMESPACE_AUTH_CHECK_PERMSCheck if the user has access to the inference endpoint需要连接
Check if the user has access to the inference endpoint
认证
需要 Connected AccountTags
Check accessHUGGING_FACE_POST_API_INFERENCE_ENDPOINTS_NAMESPACE_ENDPOINT_AUTH_CHECK_PERMSCheck if the user has access to the inference endpoint需要连接
Check if the user has access to the inference endpoint
认证
需要 Connected AccountTags
Start a jobHUGGING_FACE_POST_API_JOBS_NAMESPACEStart a job需要连接
Start a job
认证
需要 Connected AccountTags
Check accessHUGGING_FACE_POST_API_JOBS_NAMESPACE_AUTH_CHECK_PERMSCheck if the user has access to jobs in the namespace需要连接
Check if the user has access to jobs in the namespace
认证
需要 Connected AccountTags
Check accessHUGGING_FACE_POST_API_JOBS_NAMESPACE_JOB_ID_AUTH_CHECK_PERMSCheck if the user has access to jobs in the namespace需要连接
Check if the user has access to jobs in the namespace
认证
需要 Connected AccountTags
Cancel a jobHUGGING_FACE_POST_API_JOBS_NAMESPACE_JOB_ID_CANCELCancel a job需要连接
Cancel a job
认证
需要 Connected AccountTags
Duplicate a jobHUGGING_FACE_POST_API_JOBS_NAMESPACE_JOB_ID_DUPLICATEDuplicate an existing job, re-using its spec需要连接
Duplicate an existing job, re-using its spec
认证
需要 Connected AccountTags
Duplicate xet filesHUGGING_FACE_POST_API_KERNELS_NAMESPACE_REPO_LFS_FILES_DUPLICATEDuplicate 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.需要连接
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.
认证
需要 Connected AccountTags
Create branchHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_BRANCH_REVCreate branch需要连接
Create branch
认证
需要 Connected AccountTags
CommitHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_COMMIT_REVFor legacy reason, we support both `application/json` and `application/x-ndjson` but we recommend using `application/x-ndjson` to create a commit. JSON-lines payload: ```json { "key": "header", "value": { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" } } { "key": "file", "value": { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } { "key": "deletedEntry", "value": { "path": "string (REQUIRED)" } } { "key": "lfsFile", "value": { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } ``` JSON payload: ```json { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" "files": [ { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ], "deletedEntries": [ { "path": "string (REQUIRED)" } ], "lfsFiles": [ { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ] } ```需要连接
For legacy reason, we support both `application/json` and `application/x-ndjson` but we recommend using `application/x-ndjson` to create a commit. JSON-lines payload: ```json { "key": "header", "value": { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" } } { "key": "file", "value": { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } { "key": "deletedEntry", "value": { "path": "string (REQUIRED)" } } { "key": "lfsFile", "value": { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } ``` JSON payload: ```json { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" "files": [ { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ], "deletedEntries": [ { "path": "string (REQUIRED)" } ], "lfsFiles": [ { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ] } ```
认证
需要 Connected AccountTags
Delete Large filesHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_LFS_FILES_BATCHDelete Xet/LFS files in batch需要连接
Delete Xet/LFS files in batch
认证
需要 Connected AccountTags
Duplicate xet filesHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_LFS_FILES_DUPLICATEDuplicate 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.需要连接
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.
认证
需要 Connected AccountTags
List paths infoHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_PATHS_INFO_REVList paths info需要连接
List paths info
认证
需要 Connected AccountTags
Check upload methodHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_PREUPLOAD_REVCheck if a file should be uploaded through the Large File mechanism or directly.需要连接
Check if a file should be uploaded through the Large File mechanism or directly.
认证
需要 Connected AccountTags
Add resource groupHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_RESOURCE_GROUPAdd the repository to a resource group需要连接
Add the repository to a resource group
认证
需要 Connected AccountTags
Squash refHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_SUPER_SQUASH_REVSquash all commits in the current ref into a single commit with the given message. Action is irreversible.需要连接
Squash all commits in the current ref into a single commit with the given message. Action is irreversible.
认证
需要 Connected AccountTags
Create tagHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_TAG_REVCreate tag需要连接
Create tag
认证
需要 Connected AccountTags
Batch handle access requestsHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_USER_ACCESS_REQUEST_BATCHAccept, reject or reset to pending up to 100 access requests for a single gated repository in one call. The same `status` (and optional `rejectionReason`) is applied to every request in the list.需要连接
Accept, reject or reset to pending up to 100 access requests for a single gated repository in one call. The same `status` (and optional `rejectionReason`) is applied to every request in the list.
认证
需要 Connected AccountTags
Cancel access requestHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_USER_ACCESS_REQUEST_CANCELCancel the current user's access request to a gated repository需要连接
Cancel the current user's access request to a gated repository
认证
需要 Connected AccountTags
Grant accessHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_USER_ACCESS_REQUEST_GRANTGrant access to a user for a gated repository需要连接
Grant access to a user for a gated repository
认证
需要 Connected AccountTags
Handle access requestHUGGING_FACE_POST_API_MODELS_NAMESPACE_REPO_USER_ACCESS_REQUEST_HANDLEHandle a user's access request to a gated repository需要连接
Handle a user's access request to a gated repository
认证
需要 Connected AccountTags
Change read statusHUGGING_FACE_POST_API_NOTIFICATIONS_MARK_AS_READMark discussions as read or unread. If `applyToAll` is true, all notifications for the user matching the search parameters will be marked as read or unread.需要连接
Mark discussions as read or unread. If `applyToAll` is true, all notifications for the user matching the search parameters will be marked as read or unread.
认证
需要 Connected AccountTags
Create resource groupHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_RESOURCE_GROUPSCreate a new resource group in the organization. Requires the org to have a Team plan or higher.需要连接
Create a new resource group in the organization. Requires the org to have a Team plan or higher.
认证
需要 Connected AccountTags
Configure auto-joinHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_RESOURCE_GROUPS_RESOURCE_GROUP_ID_SETTINGSConfigure the auto-join settings of a resource group. Requires the org to have a Team plan or higher.需要连接
Configure the auto-join settings of a resource group. Requires the org to have a Team plan or higher.
认证
需要 Connected AccountTags
Add usersHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_RESOURCE_GROUPS_RESOURCE_GROUP_ID_USERSAdd one or more organization members to a resource group. Requires the org to have a Team plan or higher.需要连接
Add one or more organization members to a resource group. Requires the org to have a Team plan or higher.
认证
需要 Connected AccountTags
Create a SCIM groupHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_GROUPSCreates a new group in the organization. The group name must be unique within the organization.需要连接
Creates a new group in the organization. The group name must be unique within the organization.
认证
需要 Connected AccountTags
Create SCIM invitationHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_USERSCreates an invitation for a user to join the organization. The user must have an existing Hugging Face account.需要连接
Creates an invitation for a user to join the organization. The user must have an existing Hugging Face account.
认证
需要 Connected AccountTags
Create a SCIM groupHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_SCIM_V2_GROUPSCreates a new group in the organization. The group name must be unique within the organization.需要连接
Creates a new group in the organization. The group name must be unique within the organization.
认证
需要 Connected AccountTags
Create a SCIM userHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_SCIM_V2_USERSCreates a new user in the organization. If the user already exists, only `active` field will be updated to provision the user.需要连接
Creates a new user in the organization. If the user already exists, only `active` field will be updated to provision the user.
认证
需要 Connected AccountTags
Create service accountHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_SERVICE_ACCOUNTSCreate a new service account for the organization.需要连接
Create a new service account for the organization.
认证
需要 Connected AccountTags
Create service-account tokenHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_SERVICE_ACCOUNTS_SERVICE_ACCOUNT_ID_TOKENSCreate a new access token for a service account. Store the token securely - it cannot be retrieved later.需要连接
Create a new access token for a service account. Store the token securely - it cannot be retrieved later.
认证
需要 Connected AccountTags
Rotate service-account tokenHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_SERVICE_ACCOUNTS_SERVICE_ACCOUNT_ID_TOKENS_TOKEN_ID_ROTATEInvalidate an existing token and generate a new one with the same permissions. The old token will stop working immediately.需要连接
Invalidate an existing token and generate a new one with the same permissions. The old token will stop working immediately.
认证
需要 Connected AccountTags
Revoke member tokenHUGGING_FACE_POST_API_ORGANIZATIONS_NAME_SETTINGS_TOKENS_REVOKEAn org admin can revoke a token's access to the org. The token itself isn't deleted, it still works outside the org. Requires the raw token value. Enterprise only.需要连接
An org admin can revoke a token's access to the org. The token itself isn't deleted, it still works outside the org. Requires the raw token value. Enterprise only.
认证
需要 Connected AccountTags
Index a paperHUGGING_FACE_POST_API_PAPERS_INDEXIndex a paper from arXiv by its ID. If the paper is already indexed, only its authors can re-index it.需要连接
Index a paper from arXiv by its ID. If the paper is already indexed, only its authors can re-index it.
认证
需要 Connected AccountTags
Create a new commentHUGGING_FACE_POST_API_PAPERS_PAPER_ID_COMMENTCreate a new comment需要连接
Create a new comment
认证
需要 Connected AccountTags
Create a new commentHUGGING_FACE_POST_API_PAPERS_PAPER_ID_COMMENT_COMMENT_ID_REPLYCreate a new comment需要连接
Create a new comment
认证
需要 Connected AccountTags
Update paper linksHUGGING_FACE_POST_API_PAPERS_PAPER_ID_LINKSUpdate the project page, GitHub repository, or submitting organization for a paper. Requires the requester to be the paper author, the Daily Papers submitter, or a papers admin.需要连接
Update the project page, GitHub repository, or submitting organization for a paper. Requires the requester to be the paper author, the Daily Papers submitter, or a papers admin.
认证
需要 Connected AccountTags
Create a new commentHUGGING_FACE_POST_API_POSTS_USERNAME_POST_SLUG_COMMENTCreate a new comment需要连接
Create a new comment
认证
需要 Connected AccountTags
Create a new commentHUGGING_FACE_POST_API_POSTS_USERNAME_POST_SLUG_COMMENT_COMMENT_ID_REPLYCreate a new comment需要连接
Create a new comment
认证
需要 Connected AccountTags
Quick searchHUGGING_FACE_POST_API_QUICKSEARCHQuick search for models, datasets, spaces, orgs, users, papers, collections, and buckets需要连接
Quick search for models, datasets, spaces, orgs, users, papers, collections, and buckets
认证
需要 Connected AccountTags
Create a new discussionHUGGING_FACE_POST_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONSCreate a new discussion需要连接
Create a new discussion
认证
需要 Connected AccountTags
Create a new commentHUGGING_FACE_POST_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONS_NUM_COMMENTCreate a new comment需要连接
Create a new comment
认证
需要 Connected AccountTags
Merge a pull requestHUGGING_FACE_POST_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONS_NUM_MERGEMerge a pull request需要连接
Merge a pull request
认证
需要 Connected AccountTags
Pin a discussionHUGGING_FACE_POST_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONS_NUM_PINPin a discussion需要连接
Pin a discussion
认证
需要 Connected AccountTags
Change statusHUGGING_FACE_POST_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONS_NUM_STATUSChange the status of a discussion需要连接
Change the status of a discussion
认证
需要 Connected AccountTags
Change titleHUGGING_FACE_POST_API_REPO_TYPE_NAMESPACE_REPO_DISCUSSIONS_NUM_TITLEChange the title of a discussion需要连接
Change the title of a discussion
认证
需要 Connected AccountTags
Duplicate a repositoryHUGGING_FACE_POST_API_REPO_TYPE_NAMESPACE_REPO_DUPLICATEDuplicate a repository需要连接
Duplicate a repository
认证
需要 Connected AccountTags
Create embedHUGGING_FACE_POST_API_REPO_TYPE_NAMESPACE_REPO_SQL_CONSOLE_EMBEDCreate SQL Console embed需要连接
Create SQL Console embed
认证
需要 Connected AccountTags
Create a new repositoryHUGGING_FACE_POST_API_REPOS_CREATECreate a new repository需要连接
Create a new repository
认证
需要 Connected AccountTags
Move repoHUGGING_FACE_POST_API_REPOS_MOVEMove or rename a repo需要连接
Move or rename a repo
认证
需要 Connected AccountTags
Create a scheduled jobHUGGING_FACE_POST_API_SCHEDULED_JOBS_NAMESPACECreate a scheduled job需要连接
Create a scheduled job
认证
需要 Connected AccountTags
Resume a scheduled jobHUGGING_FACE_POST_API_SCHEDULED_JOBS_NAMESPACE_JOB_ID_RESUMEResume a scheduled job需要连接
Resume a scheduled job
认证
需要 Connected AccountTags
Run jobHUGGING_FACE_POST_API_SCHEDULED_JOBS_NAMESPACE_JOB_ID_RUNTrigger a scheduled job run. Trigger a scheduled job to run immediately. Throws an error if an instance is already running and job spec does not allow concurrent runs.需要连接
Trigger a scheduled job run. Trigger a scheduled job to run immediately. Throws an error if an instance is already running and job spec does not allow concurrent runs.
认证
需要 Connected AccountTags
Update job scheduleHUGGING_FACE_POST_API_SCHEDULED_JOBS_NAMESPACE_JOB_ID_SCHEDULEUpdate job schedule需要连接
Update job schedule
认证
需要 Connected AccountTags
Suspend a scheduled jobHUGGING_FACE_POST_API_SCHEDULED_JOBS_NAMESPACE_JOB_ID_SUSPENDSuspend a scheduled job需要连接
Suspend a scheduled job
认证
需要 Connected AccountTags
Claim paper authorshipHUGGING_FACE_POST_API_SETTINGS_PAPERS_CLAIMClaim paper authorship需要连接
Claim paper authorship
认证
需要 Connected AccountTags
Create webhookHUGGING_FACE_POST_API_SETTINGS_WEBHOOKSCreate webhook需要连接
Create webhook
认证
需要 Connected AccountTags
Update webhookHUGGING_FACE_POST_API_SETTINGS_WEBHOOKS_WEBHOOK_IDUpdate webhook需要连接
Update webhook
认证
需要 Connected AccountTags
Enable/disable webhookHUGGING_FACE_POST_API_SETTINGS_WEBHOOKS_WEBHOOK_ID_ACTIONEnable/disable webhook需要连接
Enable/disable webhook
认证
需要 Connected AccountTags
Replay webhook logHUGGING_FACE_POST_API_SETTINGS_WEBHOOKS_WEBHOOK_ID_REPLAY_LOG_IDReplay webhook log需要连接
Replay webhook log
认证
需要 Connected AccountTags
Create branchHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_BRANCH_REVCreate branch需要连接
Create branch
认证
需要 Connected AccountTags
CommitHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_COMMIT_REVFor legacy reason, we support both `application/json` and `application/x-ndjson` but we recommend using `application/x-ndjson` to create a commit. JSON-lines payload: ```json { "key": "header", "value": { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" } } { "key": "file", "value": { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } { "key": "deletedEntry", "value": { "path": "string (REQUIRED)" } } { "key": "lfsFile", "value": { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } ``` JSON payload: ```json { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" "files": [ { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ], "deletedEntries": [ { "path": "string (REQUIRED)" } ], "lfsFiles": [ { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ] } ```需要连接
For legacy reason, we support both `application/json` and `application/x-ndjson` but we recommend using `application/x-ndjson` to create a commit. JSON-lines payload: ```json { "key": "header", "value": { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" } } { "key": "file", "value": { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } { "key": "deletedEntry", "value": { "path": "string (REQUIRED)" } } { "key": "lfsFile", "value": { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } } ``` JSON payload: ```json { "summary": "string (REQUIRED)", "description": "string (OPTIONAL - defaults to empty string)", "parentCommit": "string (OPTIONAL - 40-character hex SHA)" "files": [ { "path": "string (REQUIRED)", "content": "string (OPTIONAL - required if oldPath not set)", "encoding": "utf-8 | base64 (OPTIONAL - defaults to utf-8)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ], "deletedEntries": [ { "path": "string (REQUIRED)" } ], "lfsFiles": [ { "path": "string (REQUIRED - max 1000 chars)", "oid": "string (OPTIONAL - required if oldPath not set, 64 hex chars)", "algo": "sha256 (OPTIONAL - only sha256 supported)", "size": "number (OPTIONAL - required if oldPath is set)", "oldPath": "string (OPTIONAL - for move/rename operations)" } ] } ```
认证
需要 Connected AccountTags
Delete Large filesHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_LFS_FILES_BATCHDelete Xet/LFS files in batch需要连接
Delete Xet/LFS files in batch
认证
需要 Connected AccountTags
Duplicate xet filesHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_LFS_FILES_DUPLICATEDuplicate 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.需要连接
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.
认证
需要 Connected AccountTags
List paths infoHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_PATHS_INFO_REVList paths info需要连接
List paths info
认证
需要 Connected AccountTags
Check upload methodHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_PREUPLOAD_REVCheck if a file should be uploaded through the Large File mechanism or directly.需要连接
Check if a file should be uploaded through the Large File mechanism or directly.
认证
需要 Connected AccountTags
Add resource groupHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_RESOURCE_GROUPAdd the repository to a resource group需要连接
Add the repository to a resource group
认证
需要 Connected AccountTags
Upsert secretHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_SECRETSUpsert Spaces's secret需要连接
Upsert Spaces's secret
认证
需要 Connected AccountTags
Squash refHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_SUPER_SQUASH_REVSquash all commits in the current ref into a single commit with the given message. Action is irreversible.需要连接
Squash all commits in the current ref into a single commit with the given message. Action is irreversible.
认证
需要 Connected AccountTags
Create tagHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_TAG_REVCreate tag需要连接
Create tag
认证
需要 Connected AccountTags
Upsert variableHUGGING_FACE_POST_API_SPACES_NAMESPACE_REPO_VARIABLESUpsert Spaces's variable需要连接
Upsert Spaces's variable
认证
需要 Connected AccountTags
Request accessHUGGING_FACE_POST_DATASETS_NAMESPACE_REPO_ASK_ACCESSRequest access to a gated repository. The fields requested by repository card metadata (https://huggingface.co/docs/hub/en/models-gated#customize-requested-information)需要连接
Request access to a gated repository. The fields requested by repository card metadata (https://huggingface.co/docs/hub/en/models-gated#customize-requested-information)
认证
需要 Connected AccountTags
Request accessHUGGING_FACE_POST_NAMESPACE_REPO_ASK_ACCESSRequest access to a gated repository. The fields requested by repository card metadata (https://huggingface.co/docs/hub/en/models-gated#customize-requested-information)需要连接
Request access to a gated repository. The fields requested by repository card metadata (https://huggingface.co/docs/hub/en/models-gated#customize-requested-information)
认证
需要 Connected AccountTags
Initiate device authorizationHUGGING_FACE_POST_OAUTH_DEVICEInitiate device authorization需要连接
Initiate device authorization
认证
需要 Connected AccountTags
Register a new OAuth appHUGGING_FACE_POST_OAUTH_REGISTERRegister a new OAuth app需要连接
Register a new OAuth app
认证
需要 Connected AccountTags
Get user infoHUGGING_FACE_POST_OAUTH_USERINFOGet information about the user. Only available through oauth access tokens. Information varies depending on the scope of the oauth app and what permissions the user granted to the oauth app.需要连接
Get information about the user. Only available through oauth access tokens. Information varies depending on the scope of the oauth app and what permissions the user granted to the oauth app.
认证
需要 Connected AccountTags
Update bucket settingsHUGGING_FACE_PUT_API_BUCKETS_NAMESPACE_REPO_SETTINGSUpdate bucket settings需要连接
Update bucket settings
认证
需要 Connected AccountTags
Update repo settingsHUGGING_FACE_PUT_API_DATASETS_NAMESPACE_REPO_SETTINGSUpdate the settings of a repo需要连接
Update the settings of a repo
认证
需要 Connected AccountTags
Update job exposed portsHUGGING_FACE_PUT_API_JOBS_NAMESPACE_JOB_ID_EXPOSEReplace the exposed ports of a running job, applied live (no re-run). Ports listed in `portsPublic` are reachable without any authentication.需要连接
Replace the exposed ports of a running job, applied live (no re-run). Ports listed in `portsPublic` are reachable without any authentication.
认证
需要 Connected AccountTags
Update job labelsHUGGING_FACE_PUT_API_JOBS_NAMESPACE_JOB_ID_LABELSReplace user-provided labels on a job需要连接
Replace user-provided labels on a job
认证
需要 Connected AccountTags
Update repo settingsHUGGING_FACE_PUT_API_MODELS_NAMESPACE_REPO_SETTINGSUpdate the settings of a repo需要连接
Update the settings of a repo
认证
需要 Connected AccountTags
Change member roleHUGGING_FACE_PUT_API_ORGANIZATIONS_NAME_MEMBERS_USERNAME_ROLEChange the role of a member in the organization. Need a paid plan.需要连接
Change the role of a member in the organization. Need a paid plan.
认证
需要 Connected AccountTags
Update a SCIM groupHUGGING_FACE_PUT_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_GROUPS_GROUP_IDUpdates a group by its ID. The group name must be unique within the organization.需要连接
Updates a group by its ID. The group name must be unique within the organization.
认证
需要 Connected AccountTags
Update a SCIM userHUGGING_FACE_PUT_API_ORGANIZATIONS_NAME_SCIM_PROVISIONING_V2_USERS_USER_IDUpdates a provisioned user's invitation for non-managed organizations. User profile fields are not editable via SCIM for non-managed organizations.需要连接
Updates a provisioned user's invitation for non-managed organizations. User profile fields are not editable via SCIM for non-managed organizations.
认证
需要 Connected AccountTags
Update a SCIM groupHUGGING_FACE_PUT_API_ORGANIZATIONS_NAME_SCIM_V2_GROUPS_GROUP_IDUpdates a group by its ID. The group name must be unique within the organization.需要连接
Updates a group by its ID. The group name must be unique within the organization.
认证
需要 Connected AccountTags
Update a SCIM userHUGGING_FACE_PUT_API_ORGANIZATIONS_NAME_SCIM_V2_USERS_USER_IDUpdates a provisioned user, you'll need to provide all their information fresh - just like setting them up for the first time. Any details you don't include will be automatically removed, so make sure to include everything they need to keep their account running smoothly. Setting `active` to `false` will deprovision the user from the organization.需要连接
Updates a provisioned user, you'll need to provide all their information fresh - just like setting them up for the first time. Any details you don't include will be automatically removed, so make sure to include everything they need to keep their account running smoothly. Setting `active` to `false` will deprovision the user from the organization.
认证
需要 Connected AccountTags
Update scheduled job labelsHUGGING_FACE_PUT_API_SCHEDULED_JOBS_NAMESPACE_JOB_ID_LABELSReplace user-provided labels on a scheduled job需要连接
Replace user-provided labels on a scheduled job
认证
需要 Connected AccountTags
Update repo settingsHUGGING_FACE_PUT_API_SPACES_NAMESPACE_REPO_SETTINGSUpdate the settings of a repo需要连接
Update the settings of a repo
认证
需要 Connected AccountTags
Set Space volumesHUGGING_FACE_PUT_API_SPACES_NAMESPACE_REPO_VOLUMESSet Space volumes需要连接
Set Space volumes
认证
需要 Connected AccountTags