Webhooks
Create Webhook
Create a new webhook
POST
Request
Headers
string
required
Bearer token with your API key
string
required
application/json
Body
string
required
Webhook URL (must be HTTPS)
array
required
Array of event types to subscribe to
string
Optional secret for webhook signature verification
Available Events
tts.completed- Text-to-speech generation completedtts.failed- Text-to-speech generation failedstt.completed- Speech-to-text transcription completedstt.failed- Speech-to-text transcription failedvoice.created- Custom voice createdvoice.ready- Custom voice processing completedvoice.failed- Custom voice processing failed
Response
string
Webhook ID
string
Webhook URL
array
Subscribed events
string
Webhook status
string
Creation timestamp