Glean Chat API, therefore requires using either the Global Client Token or the User Client Token connection methods.
External DocumentationTo learn more, visit the Glean documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Glean Chat API, therefore requires using either the Global Client Token or the User Client Token connection methods.
| Parameter | Description |
|---|---|
| File IDs | A comma separated list of file IDs to fetch. |
{
"files": {
"property1": {
"id": "FILE_1234",
"url": "www.google.com",
"name": "sample.pdf",
"metadata": {
"status": "PROCESSING",
"uploadTime": 0,
"processedSize": 0,
"failureReason": "PARSE_FAILED",
"mimeType": "string"
}
},
"property2": {
"id": "FILE_1234",
"url": "www.google.com",
"name": "sample.pdf",
"metadata": {
"status": "PROCESSING",
"uploadTime": 0,
"processedSize": 0,
"failureReason": "PARSE_FAILED",
"mimeType": "string"
}
}
}
}
Was this page helpful?