Skip to main content
POST
/
api
/
v1
/
webhook
/
subscribe
Subscribe To Webhook
curl --request POST \
  --url https://api.presenton.ai/api/v1/webhook/subscribe \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "event": "presentation.generation.completed"
}'
{
  "id": "<string>"
}

Headers

Authorization
string
required

Body

application/json
url
string
required
event
enum<string>
required
Available options:
presentation.generation.completed,
presentation.generation.failed
secret
string | null

Response

id
string
required