Contextual QA API
The **Semantic Search & Contextual QA API** allows developers to build intelligent applications that understand and answer questions based on your uploaded documents. Users can: * Upload plain text or files (PDF, DOCX, TXT). * Automatically generate semantic embeddings with OpenAI. * Ask questions and get concise answers using Claude, leveraging only relevant document snippets. * Keep track of…
Contextual QA API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Ingest /ingest |
Upload a document via JSON. |
| POST |
Upload /upload |
Upload a file (PDF, TXT, DOCX). |
| POST |
Query /query |
Ask a question. API returns a context-aware answer. |
Contextual QA API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA Recommended | $75 / month | — |
|
| MEGA | $250 / month | — |
|