Webhooks
Some VoiceLab360 API operations are asynchronous — particularly long audio generation, dubbing, and DAW export. Webhooks deliver completion events to your server in real time so you do not need to poll.Configuring a webhook
- In your API Workspace, navigate to Webhooks
- Enter your endpoint URL (must be HTTPS)
- Select the event types to receive
- Save — a webhook secret is generated and shown once
Webhook payload
Verifying webhook signatures
Every webhook request includes anX-VL360-Signature header. Verify it using your webhook secret to confirm the payload originated from VoiceLab360.
