📄️ Get Config
Retrieve the current webhook configuration for your tenant.
📄️ Update Config
Create or update the webhook configuration for your tenant. When enabled, Aistetic will send an HTTP POST to your configured URL whenever garment tagging completes, instead of requiring you to poll the Query endpoint.
📄️ Test
Send a test event to your configured webhook URL. This verifies that your endpoint is reachable and can receive webhook deliveries from Aistetic.
📄️ Delivery Status
Check the webhook delivery status for a specific garment. Use this to verify whether a webhook was successfully delivered for a given upload, or to troubleshoot failed deliveries.
📄️ Webhook Payload
When garment tagging completes and webhooks are enabled, Aistetic sends an HTTP POST request to your configured webhook URL with the tagging results. This page documents the payload format, headers, signature verification, and retry policy.