What is a Postback?
Postback is how the API notifies your system when AI processing is complete in debounce mode.Configuration
When calling/ai/process with debounce: true, you must provide a postback_url:
Payload Received
Your endpoint will receive a POST with:Endpoint Example
Requirements
HTTPS
URL must be HTTPS
Status 2xx
Return status 200-299
Timeout 30s
Respond within 30 seconds
Idempotent
Handle potential duplicates