http://localhost:3100
Search tasks
string
required
Search query string
Example
Find duplicates
string
required
Text to check for similar existing tasks
Example
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Service API endpoints for hybrid search and duplicate detection.
http://localhost:3100
GET /tasks/search
curl "http://localhost:3100/tasks/search?q=login+timeout+bug"
POST /tasks/find-duplicates
curl -X POST http://localhost:3100/tasks/find-duplicates \
-H "Content-Type: application/json" \
-d '{"text": "Fix the login page timeout issue"}'