AI Tutor RAG API Endpoint
File Upload API
Upload PDF or text files to be processed and chunked for embedding search.
Request
Content-Type: multipart/form-data
The POST request should be a multipart form request containing the file to be uploaded.
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
chunk_size | integer | No | The chunk size (in tokens) applied when splitting the document |
chunk_overlap | integer | No | The chunk overlap (in tokens) applied when splitting the document |
Authentication
Before making requests to the AI Tutor RAG API, you need to obtain your API key from your dashboard.
Example Request
Response
File Requirements Requirement Description File Types PDF (.pdf) or text (.txt) files only Maximum Size 10MB
Download CSV
Error Responses