Fetch asset
fetch_assetResolves any generated asset path or URL to a clickable absolute URL and a direct download URL.
Instructions
Resolve a generated asset reference (a /generated/… path or any URL) to a clickable absolute URL + a direct download URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | the asset url or /generated/ path | |
| name | No | optional filename for the download |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | the clickable absolute asset URL | |
| downloadUrl | No | a direct download URL for the asset |