v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB

Create new webhook

Register a new webhook for the authenticated account. Panda Video will send POST requests to the provided URL when relevant events occur (such as video processing completion, live stream lifecycle events, and dubbing/AI job updates).

post/

Request body

urlstring required

Public HTTPS URL that will receive webhook events. Must be reachable from the public internet and accept POST requests with a JSON body.

Example request

{
  "url": "https://your-server.com/panda-webhook"
}

Response

Webhook created successfully

idstring uuid

Unique ID of the webhook

urlstring

The URL registered to receive events

user_idstring uuid

ID of the user that owns the webhook

created_atstring date-time

Creation timestamp

updated_atstring date-time

Last update timestamp