- Home
- Resources
- Integrations
- Clarifai
Clarifai Make integrationAutomate Clarifai with Make.
Can Make feed your Clarifai apps without a single script? The Clarifai Make integration gives you 5 modules: 3 actions and 2 searches, no trigger. This guide shows how to link your API key, which module to pick, and how to build a first scenario that pushes text into Clarifai.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Clarifai Make integration do for you?
The Clarifai Make integration links your Clarifai account to Make, a visual tool where you chain apps into a scenario, the automation you build, without writing code. Each brick of that chain is a module, and Clarifai brings five: they send text, upload datasets, list what your account holds, and call the API directly.
Collect text from other tools into Clarifai. A support team receives messages through a form or a help desk. Place that tool first in the scenario, then Add Text Input passes each message to Clarifai, so the text lands where your models can work on it.
Keep an inventory of your models. List Models returns every model your connection can see, one bundle (one item flowing to the next module) per model. Pair it with a spreadsheet module and a data lead gets a table that stays current each time the scenario runs.
Organize training material. Upload a Dataset creates a dataset in Clarifai, and List Datasets shows the ones that already exist, handy to avoid duplicates before a new upload.
What Make does not do here: Clarifai has no trigger, so nothing starts on its own when something changes inside Clarifai. A scenario starts from another app or from a schedule. For anything the four named modules skip, Make an API Call reaches the rest of the API. Before choosing a tool, the n8n vs Make comparison and the Make pricing page help frame the decision, and Make training covers the editor basics.
How do you connect Clarifai to Make?
- 01
Create an API key in Clarifai
In Clarifai, open Projects in the left sidebar, choose your application, then go to Settings. In the API Keys section, click Create API Key, add a description, pick the scopes, confirm, and copy the key shown.
- 02
Open a connection in Make
Add any Clarifai module to your scenario and click Create a connection. A connection is your Clarifai account linked to Make once, then reused by every Clarifai module. The Connection name field is optional but helps when you manage several keys.
- 03
Paste the key and save
Paste the API key you copied from Clarifai, or follow the prompts on screen, then save. Make now reads your Clarifai account, and the next modules you add can use this same connection without asking again.
Build your first scenario with Clarifai
GoalWhen a new entry arrives in another app, Make sends its text to Clarifai with Add Text Input.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Since Clarifai has no trigger, the first module comes from the app where your text lives, such as a form or a help desk.
- 02
Add Add Text Input
Click the + on the right of that first module, search for Clarifai and pick Add Text Input. Select the connection you created, or click Create a connection if this is your first Clarifai module.
- 03
Map the text
Fill the module fields and map the text coming from the first module. Make shows the data it received, so you pick the message body instead of typing it by hand.
- 04
Test with Run once
Click Run once to execute the scenario one time. Open the bubble above each module to read the bundles it received and confirm the text reached Clarifai as expected.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each run of each module counts as one operation on your Make plan.
What each Clarifai module does
Clarifai gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Add Text Input
ActionIn Make“Adds a text input.”
You get your text inside Clarifai without copying it by hand: this action sends one piece of text from the scenario to your Clarifai account as an input.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This module opens the whole Clarifai API from your scenario, using the same connection as the other modules, so you are not limited to the four named actions and searches.
Upload a Dataset
ActionIn Make“Posts a dataset.”
A new dataset appears in your Clarifai application, created straight from the scenario, which gives your training material a home without a trip through the Clarifai interface.
List Datasets
SearchIn Make“Lists Datasets.”
You see every dataset your connection can reach, returned as one bundle per dataset, ready to be written to a sheet or compared with what you plan to upload.
List Models
SearchIn Make“List Models.”
This search gives a data team a clear picture of the models available in Clarifai, one bundle per model, so the list can feed a report or a message.
Need help automating Clarifai with Make?
A person reads every message.