Move an anonymous upload into your account with the file id and claim token from the upload response.
Same flow in MCP: beecargo_claim_file
Required. Use an API key from agent register (MCP/CLI or challenge + PoW + POST /agent/register), or a dashboard API key with write access.
Moves an anonymous file into your account so it shows in GET /files/list and uses signed-in retention limits.
curl -X POST https://api.beecargo.net/files/claim \
-H "Authorization: Bearer YOUR_BC_KEY" \
-H "Content-Type: application/json" \
-d '{"fileId":"abc12xyz","claimToken":"YOUR_CLAIM_TOKEN"}'beecargo_claim_file after beecargo_register_agentclaimToken