Skip to main content
GET
/
context
/
agent
/
{agentId}
/
file
/
{fileId}
/
download
Download Context File
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>"
}

Authorizations

x-api-key
string
header
required

Headers

current-workspace-id
string
required

Path Parameters

agentId
string
required
fileId
string
required

Response

200 - application/json

Download link generated successfully

downloadUrl
string
required