Complete guide to installing, configuring, and using FindexAI - the AI-powered browser extension for intelligent search and discovery.
FindexAI transforms the traditional "Ctrl+F" search into a semantic, multi-agent, and vector-based discovery engine. Whether you're searching through long articles, YouTube videos, or live web content, FindexAI leverages advanced language models, vector search, and a modular architecture to help you find information faster and more intelligently.
Semantic search across web pages, YouTube videos, and documents
Works in Chrome and Firefox with AI chat sidebar
Web search, YouTube, and HTML page agents
.env
file with required environment variablesOnce the backend is running, you can access the API at http://localhost:5454
GET /health
POST /video-info
POST /ask
Make sure to set GOOGLE_API_KEY
and other required environment variables in your .env
file. The .env
file contains sensitive information and should not be committed to version control.
Base URL: http://localhost:5454
All API endpoints accept JSON payloads and return JSON responses. The API uses standard HTTP status codes for responses.
Note: Interactive API documentation is available at http://localhost:5454/docs
when the backend is running.
/health
Returns the health status of the backend service.
/video-info
Retrieves metadata and information for a YouTube video.
/subs
Retrieves and cleans subtitles for a YouTube video.
/ask
Ask a question about a YouTube video using AI analysis of the video content and transcript.
/website
Ask a question about the content of a web page. The backend fetches, converts to Markdown, and analyzes the page.
/crawller
Ask a question using the web search agent to get real-time information from the internet.
• Use the interactive documentation at http://localhost:5454/docs
• Test endpoints with curl, Postman, or your preferred HTTP client
• All endpoints require a running backend service
• Make sure to set proper Content-Type headers: application/json
Set your LLM API keys in the backend configuration as required.
AI-powered browser extension for semantic search and discovery
/backend
- Python FastAPI server with agents/extension
- Browser extension for Chrome/Firefox/landing_page
- Next.js landing page and documentationdocker-compose.yml
- Docker configuration for self-hostingTransform your browsing experience with AI-powered search and discovery