Digizuite™ AI Tagging
Digizuite currently offers support for two services:
Ximilar https://www.ximilar.com/
Fashion & Retail
Inscene AI https://thebdx.com/technology/inscene/
Good for home builders and real estate in US
Imagga AI - https://imagga.com/
Great fit for real estate, color tagging, retail and commerce
Pre-requisites:
You need your own account and subscription at Optidash. From your account, the actual API Key must be sent to Digizuite so we know where the request should be directed to.
How it works:
Digizuite offers an automation which can be triggered based on your requirements. Often it will be on all new product images being uploaded into the platform. Since this is in our automation, it is completely customized what should trigger so you could do it for certain metadata or workflow stages.
Endpoints
These endpoints are the ones which is used in the automation config further down.
Please be aware that 5.8+ have a different URL so go find the right base URL here: Digizuite™ AI Services or ask R&D. But client id and code will be the same.
Type | Endpoint | Input | Functionality | Output |
---|---|---|---|---|
Ximilar AI |
Since this is custom categories it requires a workshop to define categories and get images which corresponds to those categories for training the AI model. |
| Sends image for tagging at ai service and returns tags. | Returns interface DigizuiteTagResponse {
status: string; // from ai service
errorMessage: string; // from ai service
tags: DetectTagObject[];
}
interface DetectTagObject {
prop: number;
name: number;
id: number;
} |
Ximiar Fashion Tagging AI |
|
| Sends image for tagging at ai service and returns tags. | Returns interface DigizuiteTagResponse {
status: string; // from ai service
errorMessage: string; // from ai service
tags: DetectTagObject[];
}
interface DetectTagObject {
prop: number;
name: number;
id: number;
} |
Ximiar Fashion Tagging AI |
|
| Sends image for tagging at ai service and returns tags. | Returns interface DigizuiteTagResponse {
status: string; // from ai service
errorMessage: string; // from ai service
tags: DetectTagObject[];
}
interface DetectTagObject {
prop: number;
name: number;
id: number;
} |
Inscene AI |
** Be aware here that Inscene AI is only supported in the US. So therefore it has its own URL ({URL-DEPENDING-ON-DAM-VERSION}-us). |
|
|
Configuration
The following shows a starting point for your integration.
When you have added the below then you are good to go.