Skip to main content
GET
/
assets
/
files
/
{resource_uri}
/
download
Download file
curl --request GET \
  --url https://api.example.com/assets/files/{resource_uri}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

X-Project-ID
string | null

Path Parameters

resource_uri
string
required

File resource URI (e.g., 'file:acme-corp:ml-project:training-dataset')

Response

Binary file content

The response is of type file.