Get Library Files Details
Retrieve details of files in the Library
To list all files with their details available in the user's Library
GET https://api.knowbase.ai/api/v1/library
Headers
Name
Type
Description
access-token*
string
Required. Your API access token
[
{
"id": "file_id",
"file_name": "example.txt",
"created_at": "2023-04-01",
"type": "text",
"status": "processed",
"errors": [],
"summary": "This is a summary.",
"file_size": 1024,
"is_public": true
}
]Example usage
Last updated