Webhooks
Webhooks allowvideo.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 |
---|---|
complete | Occurs when a media import completes |
error | Occurs when a media import has encountered errors |
Authorizations
Body
application/json
Response
Media import initiated successfully
URL for the external media (audio, video, image)
Example:
"https://external.media/media.mp4"
Type of media
Available options:
video
, audio
, image
Available options:
complete
, processing
, error
Example:
"processing"
Callback to listen for events