Skip to main content
Add webhook_url to a create request when you want AI Gen Studio to notify your backend about job progress.
Webhook URLs must use HTTPS.

Headers

Webhook deliveries include:
Verify the signature before trusting the payload.

Event types

Example payload

Retries

AI Gen Studio retries failed webhook deliveries with bounded retry attempts. Return any 2xx response after your backend stores the event successfully. Use GET /jobs/{jobId} as the final source of truth if webhook delivery is delayed.