cURL
curl --request GET \ --url https://api.beamstudio.ai/context/agent/{agentId}/file/{fileId}/download \ --header 'current-workspace-id: <current-workspace-id>' \ --header 'x-api-key: <api-key>'
{ "downloadUrl": "<string>" }
Generate a download link for an agent context file.
Download link generated successfully