GET
/
datasets
/
{dataset_id}
/
documents
/
{document_id}
/
upload-file
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "size": 123,
  "extension": "<string>",
  "url": "<string>",
  "download_url": "<string>",
  "mime_type": "<string>",
  "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": 123
}

Authorizations

Authorization
string
header
required

API Key authentication. Provide the key in the 'Authorization' header as 'Bearer {API_KEY}'.

Path Parameters

dataset_id
string<uuid>
required

The ID of the knowledge base.

document_id
string<uuid>
required

The ID of the document.

Response

200 - application/json

Details of the uploaded file.

The response is of type object.