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 settingsClaim fileSearch toolsCreate checkoutRetrieve a fileGet file infoList filesDelete a fileFiles from a runUpload delegation

PreviousUpload a fileNextRemote upload
PricingDashboard

Background upload status

Poll an async URL upload started with beecargo_upload (background: true).


Tool

After beecargo_upload with background: true, pass jobId and jobSecret from the response. Set waitSeconds to block with progress notifications.

Authentication

Optional API key (same as the upload). Job secret required for new jobs.

Parameters

ParameterTypeRequiredDescription
jobIdUUIDYesJob id from beecargo_upload
jobSecretStringYes for new jobsSecret returned with the job
waitSecondsNumberNoPoll up to N seconds (max 600)

Usage notes

  • When status is completed, the response includes sharePath, fileId, and shortId.
  • Same anonymous / free / Pro limits apply as the initiating upload.
beecargo_upload_status