Skip to main content
POST
Create a webhook endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string<uri>
required
events
enum<string>[]
required
Available options:
job.completed,
job.failed,
job.queued,
voice.cloned,
voice.designed
description
string

Response

Webhook created.

id
string
required
object
string
required
Allowed value: "webhook_endpoint"
url
string<uri>
required
enabled
boolean
required
events
string[]
required
description
string | null
created_at
string<date-time>