...
Type | Endpoint | Input | Functionality | Output |
---|
Ximilar AI | https://dgz-integration-broker.azurewebsites.net/api/integrations/asset/invoke?clientId={SECRET_CLIENT_ID}&integrationType=XimilarRemoveBackgroundAiService&assetId=<assetid>&code={SECRET_CODE}
| clientId: provided by Digizuite integrationType: XimilarRemoveBackgroundAiService code: provided by digizuite
| Sends image which will replace existing imageReplace existing image directly Note |
---|
Notice that it replaces from the function so please having the right clientId for each environment is important. Dev won’t work for prod for instance, and can have massive impact if not used correctly. |
| Returns 200 |
Remove.bg | https://dgz-integration-broker.azurewebsites.net/api/integrations/asset/invoke?clientId={SECRET_CLIENT_ID}&integrationType=RemoveBgService&assetId=<assetid>&code={SECRET_CODE}
| clientId: provided by Digizuite integrationType: removebgservice code: provided by digizuite
| Sends image which will replace existing imageReplace existing image directly Note |
---|
Notice that it replaces from the function so please having the right clientId for each environment is important. Dev won’t work for prod for instance, and can have massive impact if not used correctly. |
| Returns 200 |
Configuration
The following shows a starting point for your integration.
...