Use the Hugging face connector to access and build AI models.
Integrating your application with Hugging face lets you use these operations in an automation. It exposes 7 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions.
Authentication
Before you begin, make sure you have the following information:
Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.
Authentication Type: The authentication method for this connector is defined in the connection setup. Select the connector in the Connections area to see the fields it requires.
Obtaining Your Access Token
Log in to your Hugging Face account.
Click your profile picture in the top-right corner and select Settings.
Open the Access Tokens tab.
Click New token.
Enter a name for the token and select a role (Fine-grained, Read, or Write).
Click Create token to generate it.
Copy the generated token and store it securely — Hugging Face will not show it again.


Actions
Action Name | Description |
|---|---|
Generate text embedding | Generates text embedding for the input text |
Get audio classification | Gets classification of audio content using models from Hugging Face |
Get text classification | Gets classification of text using models from Hugging Face |
Speech to text | Converts speech to text using models from Hugging Face |
Text generation | Generates text using models from Hugging Face |
Text to image | Converts text to image using models from Hugging Face |
Text translation | Gets summarisation of text using models from Hugging Face |