AI Tutor RAG API Endpoint
List Files API
View all files uploaded to your account with pagination support.
Request Body
Content-Type: application/json
Authentication
Before making requests to the API, you need to obtain your API key from your dashboard.
Example Request
Response
Parameters
Name | Required | Type | Description |
---|---|---|---|
pagination | No | object | Pagination parameters (limit and offset) |
order_dir | No | string | Sort direction (“desc” or “asc”) |
Name | Required | Type | Description |
---|---|---|---|
limit | No | integer | Number of files to fetch (default: 10) |
offset | No | integer | Starting position of results (default: 0) |