DataCompassIO-SearchAI
SearchAI turns any content into a searchable, AI-powered knowledge base in minutes. Upload documents (JSON, HTML, PDF), and we automatically chunk, embed, and index them. Query via hybrid search that combines semantic understanding with traditional keyword matching — find results by meaning, not just exact words. Why SearchAI over building your own? - No ML pipeline to build — we handle…
DataCompassIO-SearchAI endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
health_health_get /health |
|
| v1 | ||
| GET |
get_usage_v1_usage_get /v1/usage |
|
| POST |
search_v1_search_post /v1/search |
Hybrid search across an index (semantic + keyword + RRF). |
| POST |
create_index_v1_indexes_post /v1/indexes |
Create a new search index. |
| GET |
list_indexes_v1_indexes_get /v1/indexes |
List all indexes for this API key. |
| DELETE |
delete_index_v1_indexes__index_id__delete /v1/indexes/{index_id} |
Delete an index and all its documents/chunks. |
| POST |
ingest_document_v1_indexes__index_id__documents_post /v1/indexes/{index_id}/documents |
Ingest a document into an index. |
| DELETE |
delete_document_v1_indexes__index_id__documents__doc_id__delete /v1/indexes/{index_id}/documents/{doc_id} |
Delete a document and its chunks. |
| GET |
list_documents_v1_indexes__index_id__documents_get /v1/indexes/{index_id}/documents |
List documents in an index. |
| POST |
ask_v1_ask_post /v1/ask |
AI-powered answer generation with citations (RAG). Retrieves relevant chunks via hybrid search, passes them to Claude Haiku, and returns a synthesized answer with document-level… |
DataCompassIO-SearchAI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA | $50 / month | — |
|