Skip to main content
GET
/
applications
/
{application_id}
/
documents
/
{document_id}
Download a document
curl --request GET \
  --url https://api.platform.dakota.xyz/applications/{application_id}/documents/{document_id} \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Path Parameters

application_id
string
required

The unique identifier for the application KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

document_id
string
required

The unique identifier for the document KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

Response

Document downloaded successfully

The response is of type file.