uselink_upload_asset
Upload a local image or file and attach it to a uselink document, returning a CDN URL to embed in your HTML or Markdown.
Instructions
Upload a single image or file from the local filesystem and attach it to a uselink document. Returns the asset with its CDN URL. Use the returned URL in your document's HTML/Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute or relative path to the file on disk | |
| document_id | Yes | Document UUID |