Webhook
description
If you pass in a webhook when creating a task, the webhook will be called when the task completes.
Usage
Params
{
task_id: string, // task_id
status: number, // Task status, 0: In progress 1: Success 2: Failure
res_video_tmp_url: string, // Generated video URL after task completion
}