v3

latestOpenAPI 3.0.1Proprietary2026-07-314140169.7 KB
Webhooks

Configure webhook notifications

Configure notification preferences for upload events. Supports webhook (POST to your URL) and Telegram notifications.

post/uploadposts/users/notifications

Request body

webhook_urlstring uri

URL to receive webhook POST requests.

telegram_chat_idstring

Telegram chat ID for notifications.

webhook_eventsstring[]

List of webhook event types to subscribe to. If omitted, all events are enabled.

Response

Notification settings updated successfully.

successboolean

Example response

{
  "success": true
}