返回 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). |