Clips
Create Auto Clips
Create clips from a video based on query/prompt
POST
Webhooks
Webhooks allow video.dev
to notify your API when results are ready.
This eliminates unnecessary requests made by polling, and can get results back faster.
Webhooks can be registered as part of the request and various events can be subscribed to get status of .
The following is a full list of all webhook events which can be subscribed.
Event | Description |
---|---|
new_clips | Occurs when a new clips are available |
complete | Occurs when auto clip creation completes |
error | Occurs when auto clip creation has errors |
The webhook will be POST to the URL you provided with a JSON payload. The payload will contain the event type and the details associated with the event.
Authorizations
Body
application/json
use params.query to specify search query
The body is of type object
.
Response
200 - application/json
Clip workflow initiated successfully
The response is of type object
.