Request Body
Content-Type:application/json
Authentication
Before making requests to the AI Tutor RAG API, you need to obtain your API key from your dashboard.Example Request
Response
Request Parameters
Name | Required | Type | Description |
---|---|---|---|
query | Yes | string | Query for which to get related chunks and embeddings |
file_ids | Yes | array | Array of file UUIDs to search in. Must contain at least one file ID |
k | No | integer | Number of related chunks to return. Default: 3 |