--- title: 'Hugging Face' description: '' --- # Hugging Face undefined | Detail | Value | |---|---| | Category | AI | | Base URL | `https://huggingface.co/api` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `huggingface` | ## Using Hugging Face in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Hugging Face** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_models_0) | Models | | [GET ](./get_datasets_1) | Datasets | | [GET ](./get_spaces_2) | Spaces | | [GET ](./get_commits_3) | Commits | | [GET ](./get_metrics_4) | Metrics | | [GET ](./get_discussions_5) | Discussions | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.