Skip to main content
Base URL: http://localhost:3100

Search tasks

string
required
Search query string
Uses hybrid search (BM25 + semantic embeddings + LLM reranking) to find relevant tasks.
Example

Find duplicates

string
required
Text to check for similar existing tasks
Uses vector similarity to find tasks that may be duplicates of the provided text.
Example
Returns an array of similar tasks with similarity scores.