--- title: 'Clarifai' description: '' --- # Clarifai undefined | Detail | Value | |---|---| | Category | AI | | Base URL | `https://api.clarifai.com/v2` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `clarifai` | ## Using Clarifai in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Clarifai** 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_predictions_0) | Predictions | | [GET ](./get_models_1) | Models | | [GET ](./get_inputs_2) | Inputs | | [GET ](./get_concepts_3) | Concepts | | [GET ](./get_searches_4) | Searches | | [GET ](./get_workflows_5) | Workflows | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.