You're viewing a demo portfolio

Join the waitlist
PRSM

files.download_file

Active

Tool of Vee3

declared in 1.27.1

Reserve a direct download for a previously uploaded file. Pass the file_name from files.list_uploaded_files (paths such as folder/subfolder/name.ext are supported). Vee3 returns a download_code. Install the Vee3 CLI once with `npm install -g @vee3/cli` (requires Node 18+), then run `vee3-get-file {download_code} ./path/to/save` in the terminal. The CLI does not need an API key. If installation fails with a TLS or certificate error (common on networks that inspect HTTPS traffic), use Node 22.15 or newer and run with NODE_OPTIONS=--use-system-ca, or configure npm to trust your network's root certificate. Download codes can be resolved within 60 minutes of reserve. Cost = 0 tokens.

Parameters schema

{
  "type": "object",
  "title": "download_fileArguments",
  "required": [
    "file_name"
  ],
  "properties": {
    "file_name": {
      "type": "string",
      "title": "File Name",
      "maxLength": 255,
      "description": "Relative file name or path to download. Use files.list_uploaded_files to see available names."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →