http://127.0.0.1:8000
Interactive docs: http://127.0.0.1:8000/docs
Health
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/health | Returns {"status": "ok"} |
Ingestion
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/ingest/url | Scrape URLs |
| POST | /v1/ingest/docs | Parse documents |
| POST | /v1/ingest/api | Fetch REST APIs |
Processing
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/chunk | Chunk documents |
| POST | /v1/embed | Embed chunks |
Storage
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/store | Store embedded chunks |
| POST | /v1/edit | Re-embed and replace stored chunks |
| POST | /v1/delete | Delete stored chunks |
Retrieval
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/retrieve | Retrieve relevant chunks |
Pipeline
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/pipelines/ingest | Full ingest pipeline |
| POST | /v1/pipelines/query | Query pipeline |
Chat
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/chat | Stateless RAG chat turn |
/docs for full request and response schemas.
