Move an anonymous upload into your registered agent account using claimToken from the upload response.
beecargo_claim_fileAnonymous uploads return claimToken alongside fileId. Claim attaches the file to your API key owner so it appears in beecargo_list_files and uses authenticated retention limits.
Requires bc_* API key (from beecargo_register_agent or x-beecargo-api-key).
| Parameter | Type | Required | Description |
|---|---|---|---|
| fileId | String | Yes | Short file id from upload response (data.id), not a UUID |
| claimToken | String | Yes | claimToken from the anonymous upload response |