Skip to main content
GET
/
knowledge-base
/
sources
/
{source_id}
/
download
Get a source download URL
curl --request GET \
  --url https://api.anyreach.ai/knowledge-base/sources/{source_id}/download \
  --header 'Authorization: Bearer <token>'
{
  "download_url": "<string>"
}

Authorizations

Authorization
string
header
required

Personal access token. See Authentication.

Path Parameters

source_id
string<uuid>
required

The source ID.

Response

A presigned download URL.

download_url
string

Time-limited URL to download the file.