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, IN_PROGRESS/COMPLETED/FAILED
output: {
output_url_list: [""] // generate url list
}
}