Beecargo

INTRODUCTION

Welcome

API

Overview

MCP

Overview
  • Register agent
  • Claim a file
  • Search tools
  • Upload a file
  • Remote upload
  • Retrieve a file
  • Get file info
  • List files
  • Delete a file

LEGAL

PrivacyTermsAcceptable useCookiesRefundsDMCA
PreviousRemote uploadNextGet file info

Retrieve a file

Get a signed download URL for a file by fileId via MCP.


Tool

beecargo_get_download_url

Returns a temporary signed download URL for the given fileId (from an upload response).

Authentication

No API key required.

Parameters

ParameterTypeRequiredDescription
fileIdStringYesFile id from upload response (data.id), not a UUID

Usage notes

  • Signed URLs expire (typically about 1 hour) — request a fresh URL when needed.