cURL
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>" }
Subscribe to a webhook.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
presentation.generation.completed
presentation.generation.failed
Was this page helpful?