Tilbage til Crawler
Forbind Knoon AI med Crawler (Web Intelligence) for at automatisere AI-arbejdsgange.
Download a public URL through Bright Data and save the response as an attachment. Maximum supported file size is 100MB.
webIntelligenceCrawlerDownloadUrlAsAttachment
BETA
Tilladelser
Der er ingen elementer at vise.
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| url | mustache | Public URL to download (e.g. "https://example.com/image.jpg"). | Ja |
| fileName | mustache | Optional. Override the attachment file name (e.g. "image.jpg"). | Nej |
| timeout | mustache | Optional timeout in milliseconds for the Bright Data request. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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). |