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,
status: number, //1 : success 2 : failure
video_res_url?: videoUrl // if success
error_message?: string // if failure
}