Clarifai
Clarifai is the leading computer vision platform to quickly build and deploy AI on-prem, air-gapped, at the edge, or in the cloud.
API Documentation: https://docs.clarifai.com/api-guide/api-overview/helpful-api-resources/using-postman-with-clarifai-apis
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. The personal access token found at https://clarifai.com/settings/security | |
user_id | string | User ID. User ID found in settings | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
applications | id | DefaultPaginator | ✅ | ❌ |
datasets | id | DefaultPaginator | ✅ | ❌ |
models | id | DefaultPaginator | ✅ | ❌ |
model_versions | id | DefaultPaginator | ✅ | ❌ |
worklows | id | DefaultPaginator | ✅ | ❌ |
app_inputs | id | DefaultPaginator | ✅ | ❌ |
app_inputs_jobs | id | DefaultPaginator | ✅ | ❌ |
app_concepts | id | DefaultPaginator | ✅ | ❌ |