Crawler に戻る
Crawler (Web Intelligence) と Knoon AI を接続して 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). |