Finish a long hushvert conversion
convert_pollPoll a conversion job by its ID and write the completed result to a specified output path. Handles large files that need asynchronous processing.
Instructions
Resume a conversion that was still running when convert_file returned (typically a large video). Poll the job by id and, when done, write the result to output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job id returned by convert_file. | |
| output_path | No | Where to write the result once done. If omitted, returns a short-lived download URL instead. | |
| wait_seconds | No | Max seconds to wait this call. Default 120. |