File endpoints let you inspect and manage uploaded source files. They require an API key with access to the relevant source type.Documentation Index
Fetch the complete documentation index at: https://docs.engramme.com/llms.txt
Use this file to discover all available pages before exploring further.
These examples require an all-source key or a key that includes the requested
SOURCE_TYPE.Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/files/list | List files for a source_type |
GET | /v1/files/download | Download a file by item_id |
DELETE | /v1/files/{source_type}/{item_id} | Delete a file |
List Files
Query parameters:| Parameter | Required | Description |
|---|---|---|
source_type | Yes | Source type to list, such as text or email |
limit | No | Page size. Defaults to 1000; max 10000 |
offset | No | Pagination offset |
start_date | No | Accepted by the API, but date filtering is not currently applied |
Download a File
source_type is optional for download. Include it when you know the source; omitting it asks the API to search sources available to the key.

