Imagga
Website: https://imagga.com/ API Reference: https://docs.imagga.com/#introduction
Configuration
| Input | Type | Description | Default Value | 
|---|---|---|---|
api_key | string | API Key. Your Imagga API key, available in your Imagga dashboard. Could be found at https://imagga.com/profile/dashboard | |
api_secret | string | API Secret. Your Imagga API secret, available in your Imagga dashboard. Could be found at https://imagga.com/profile/dashboard | |
img_for_detection | string | Image URL for detection endpoints. An image for detection endpoints | https://imagga.com/static/images/categorization/child-476506_640.jpg | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|---|---|---|---|
| categorizers | id | DefaultPaginator | ❌ | ❌ | 
| croppings | uuid | DefaultPaginator | ❌ | ❌ | 
| colors | uuid | DefaultPaginator | ❌ | ❌ | 
| faces_detections | uuid | DefaultPaginator | ❌ | ❌ | 
| text | uuid | DefaultPaginator | ❌ | ❌ | 
| usage | uuid | DefaultPaginator | ❌ | ❌ | 
| barcodes | uuid | DefaultPaginator | ❌ | ❌ | 
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
api_secret
string
img_for_detection
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.5 | 2025-05-03 | 59293 | Update dependencies | 
| 0.0.4 | 2025-04-26 | 58809 | Update dependencies | 
| 0.0.3 | 2025-04-19 | 58222 | Update dependencies | 
| 0.0.2 | 2025-04-12 | 57722 | Update dependencies | 
| 0.0.1 | 2025-04-05 | Initial release by @btkcodedev via Connector Builder |