返回 Crawler
將 Knoon AI 與 Crawler (Web Intelligence) 連接以自動化 AI 工作流程。
Download a public URL through Bright Data and save the response as an attachment. Maximum supported file size is 100MB.
webIntelligenceCrawlerDownloadUrlAsAttachment
測試版
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| url | mustache | Public URL to download (e.g. "https://example.com/image.jpg"). | 是的 |
| fileName | mustache | Optional. Override the attachment file name (e.g. "image.jpg"). | 否 |
| timeout | mustache | Optional timeout in milliseconds for the Bright Data request. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| status | string | DONE. |
| url | string | The downloaded URL. |
| content | string | Attachment URL. |
| sensitive.fileName | string | Name of the saved attachment. |
| sensitive.mimeType | string | MIME type of the saved attachment. |
| sensitive.size | string | Size (bytes). |