Skip to main content
GET
/
v1
/
knowledge
/
documents
/
{id}
/
download
get knowledge document download
curl --request GET \
  --url https://api.anam.ai/v1/knowledge/documents/{id}/download \
  --header 'Authorization: Bearer <token>'
{
  "downloadUrl": "https://cdn.anam.ai/knowledge/00000000-0000-0000-0000-000000000000.pdf?X-Amz-Signature=…",
  "filename": "getting-started.pdf"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier of the knowledge document

Response

Successfully generated download URL

downloadUrl
string
filename
string
Last modified on April 22, 2026