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