Update Hugging Face, Humantic AI, Hunter, and Hybrid Analysis credentials to template, remove old gifs/screenshots

This commit is contained in:
freakwriter 2024-05-13 14:33:08 -04:00
parent b4539b0842
commit bd9fba70ee
8 changed files with 58 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

View File

@ -30,5 +30,5 @@ To configure this credential, you'll need:
- Your **Host**: The URL or IP Address of your host. Refer to the [Rest API documentation](https://developers.home-assistant.io/docs/api/rest/){:target=_blank .external-link} for more information.
- The **Port**: Home Assistant defaults to `8123`. Only change this if you've explicitly changed the port used.
- **SSL**: If you've enabled SSL in Home Assistant in the [config.yml map key](https://developers.home-assistant.io/docs/add-ons/configuration/?_highlight=ssl#add-on-configuration){:target=_blank .external-link}, toggle this setting on.
- An **Access Token**: n8n expects a [Long-Lived Access Token]((https://developers.home-assistant.io/docs/auth_api#long-lived-access-token){:target=_blank .external-link}), which you can view in Home Assistant through your profile. Refer to the [Rest API documentation introduction](https://developers.home-assistant.io/docs/api/rest/){:target=_blank .external-link} for instructions on generating one.
- An **Access Token**: n8n expects a [Long-Lived Access Token](https://developers.home-assistant.io/docs/auth_api#long-lived-access-token){:target=_blank .external-link}), which you can view in Home Assistant through your profile. Refer to the [Rest API documentation introduction](https://developers.home-assistant.io/docs/api/rest/){:target=_blank .external-link} for instructions on generating one.

View File

@ -29,7 +29,7 @@ HubSpot deprecated the API key authentication method. The option still appears i
Refer to [HubSpot's API documentation](https://developers.hubspot.com/docs/api/overview){:target=_blank .external-link} for more information about the service. The [HubSpot Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.hubspottrigger/) node uses the Webhooks API; refer to [HubSpot's Webhooks API documentation](https://developers.hubspot.com/docs/api/webhooks){:target=_blank .external-link} for more information about that service.
## Using API App token
## Using API app token
To configure this credential, you'll need:

View File

@ -13,10 +13,20 @@ You can use these credentials to authenticate the following nodes:
## Prerequisites
You need a Hugging Face Inference API key.
Create a [Hugging Face](https://huggingface.co/){:target=_blank .external-link} account.
## Supported authentication methods
- API key
## Related resources
Refer to [Hugging Face's documentation](https://huggingface.co/docs/api-inference/quicktour){:target=_blank .external-link} for more information about the service.
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md"
## Using API Key
To configure this credential, you'll need:
- An **API Key**: Follow the Hugging Face instructions to [Get your API token](https://huggingface.co/docs/api-inference/quicktour#get-your-api-token){:target=_blank .external-link}. Enter that API token as your n8n API Key.

View File

@ -6,19 +6,27 @@ contentType: integration
# Humantic AI credentials
You can use these credentials to authenticate the following nodes with Humantic AI.
You can use these credentials to authenticate the following nodes:
- [Humantic AI](/integrations/builtin/app-nodes/n8n-nodes-base.humanticai/)
## Using API
## Prerequisites
1. Access the [Humantic AI API](https://api.humantic.ai/) page.
2. Enter your email address in the ***Business Email*** field.
3. Click on the ***GET API KEY*** button.
4. Enter all the necessary information.
5. Click on the ***Get API Key*** button.
6. Set a password for your account and click on the ***SET PASSWORD*** button.
7. Use the provided ***api key*** with your Humantic AI API credentials in n8n.
Create a [Humantic AI](https://humantic.ai/){:target=_blank .external-link} account.
![Getting Humantic AI credentials](/_images/integrations/builtin/credentials/humanticai/using-api-key.gif)
You can also try out an API key as a free trial at the [Humantic AI API](https://api.humantic.ai/) page.
## Supported authentication methods
- API key
## Related resources
Refer to [Humantic AI's API documentation](https://api.humantic.ai){:target=_blank .external-link} for more information about the service.
## Using API key
To configure this credential, you'll need:
- An **API Key**: Get an API key from the [Humantic AI API](https://api.humantic.ai/){:target=_blank .external-link} page.

View File

@ -6,20 +6,25 @@ contentType: integration
# Hunter credentials
You can use these credentials to authenticate the following nodes with Hunter.
You can use these credentials to authenticate the following nodes:
- [Hunter](/integrations/builtin/app-nodes/n8n-nodes-base.hunter/)
## Prerequisites
Create a [Hunter](https://www.hunter.io/) account.
Create a [Hunter](https://www.hunter.io/){:target=_blank .external-link} account.
## Using Access Token
## Supported authentication methods
1. Access your Hunter dashboard.
2. Click on your profile icon on the top right.
3. Click on API.
4. Use the key with Hunter node credentials in n8n.
- API key
![Getting Hunter credentials](/_images/integrations/builtin/credentials/hunter/using-access-token.gif)
## Related resources
Refer to [Hunter's API documentation](https://hunter.io/api-documentation/v2){:target=_blank .external-link} for more information about the service.
## Using API key
To configure this credential, you'll need:
- An **API Key**: Generate an API key from your profile in the [dashboard](https://hunter.io/api-keys){:target=_blank .external-link}. Refer to the [Hunter API Authentication documentation](https://hunter.io/api-documentation/v2#authentication){:target=_blank .external-link} for more information.

View File

@ -5,14 +5,24 @@ description: Documentation for the Hybrid Analysis credentials. Use these creden
# Hybrid Analysis credentials
You can use these credentials to authenticate when using the HTTP Request node to make a [Custom API call](/integrations/custom-operations/).
You can use these credentials to authenticate when using the [HTTP Request node](/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](/integrations/custom-operations/).
## Authentication methods
## Prerequisites
n8n supports Hybrid Analysis authentication with an API key.
Create a [Hybrid Analysis](https://www.hybrid-analysis.com/){:target=_blank .external-link} account.
## Supported authentication methods
- API key
## Related resources
Refer to [Hybrid Analysis' documentation](https://www.hybrid-analysis.com/docs/api/v2){:target=_blank .external-link} for more information about the service.
Refer to [Hybrid Analysis' API documentation](https://www.hybrid-analysis.com/docs/api/v2){:target=_blank .external-link} for more information about the service.
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/hybrid-analysis/){:target=_blank .external-link} on n8n's website.
## Using API key
To configure this credential, you'll need:
- An **API Key**: Refer to the [Hybrid Analysis' API documentation](https://www.hybrid-analysis.com/docs/api/v2){:target=_blank .external-link} for instructions on generating an API key.