Beecargo

Get set up

  • ○Sign in
  • ○Connect your agent
  • ○Share a file

API

OverviewUpload a fileRemote uploadShare settingsClaim a fileAgent APIWebhooksRetrieve a fileGet file infoList files & foldersDelete a file

MCP

OverviewRegister an agentUpload a fileUpload statusRemote uploadLarge uploads & jobsFoldersShare settingsSeller payoutsBuy a priced shareClaim fileSearch toolsCreate checkoutRetrieve a fileGet file infoList filesDelete a fileFiles from a runUpload delegation

PreviousRetrieve a fileNextList files
BlogPricingDashboardPrivacyTerms

Get file info

Look up file metadata by short codes via MCP.


Same flow over HTTP: GET /files/info

Tool

beecargo_file_info

Batch lookup with comma-separated short codes (the public share id).

Authentication

API key optional.

Parameters

ParameterTypeRequiredDescription
fileCodesStringYesComma-separated short codes, e.g. abc12,xyz99

Usage notes

  • Same idea as GET /files/info?file_code=… on the API.
  • This tool does not return scanStatus. Poll GET /files/share/{shortId} before machine download.
  • When a result has unlockRequired: true, call beecargo_get_download_url with unlockCode, unlockToken, or handoffToken. The share link alone is not enough to download.