Skip to main content
GET
/
api
/
v1
/
rag
/
document
/
{id}
/
download
Download document content
const options = {method: 'GET'};

fetch('https://blackbox.dasha.ai/api/v1/rag/document/{id}/download', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
"<string>"

Documentation Index

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

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

Path Parameters

id
string<uuid>
required

Document ID

Response

OK

The response is of type file.