Upload file from URL
uploadcare_upload_from_urlUploads a file into the project from a public URL (additive). Uses the Upload API host with the public key. Returns { type: "token", token } for async ingestion (poll separately) or the file info. Upload API: POST /from_url/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | No | Store the file: "1" = store, "0" = don't store, "auto" = project default. Default "auto". | |
| filename | No | Override the stored filename. | |
| source_url | Yes | Public URL of the file to ingest. |