download_result
Download the zip file containing the parsed document result using the URL from get_task_status.
Instructions
Get the download URL for a completed parsing result. Purpose: Return the zip URL from get_task_status. After calling, download with curl to ./temp/ and unzip: curl -L -o ./temp/.zip "" --retry 3 -f -s -S && unzip -o ./temp/.zip -d ./temp/. No side effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip_url | Yes | URL of the result zip file (from get_task_status) |