processType: "ai" or processType: "collab", webhook notifications can be enabled by completing the integration with your callback URL. Once the integration is in place and image processing is completed, AutoBG will send a webhook notification to the callback URL provided by your team.curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"status": true,
"message": "Batch Processed",
"data": [
{
"batchID": "1000024xxxx"
}
]
}'{
"success": true,
"message": "Any Custom Message - Webhook notification received successfully. Batch download processing has been initiated."
}