Chat with Your Content: AI Search Made Simple Beta

Upload your website or documents and instantly get an AI search API that works with tools you already use. No ML expertise needed.

  • Turn your content into a conversational AI search engine
  • Works with existing OpenAI-compatible tools
  • From crawling to searching in minutes, not months

Turn Any Content into a Conversational Search Engine

Upload your docs or crawl your website to create a powerful search API that combines vector search and full-text search. Then chat with your content through a familiar API.

For Developers

Just swap out your OpenAI endpoint with Vecr's. Your existing code works instantly, but now searches your specific content using RAG.

Zero code changes required

For Product Teams

Add an AI-powered search to your product in days. Upload content or crawl your site and get an instant search API without ML expertise.

Launch in days, not months

For Business Users

Turn your documentation, knowledge base, or website into a searchable, conversational AI that understands your specific content.

No technical skills needed

Chat with Your Documents in Minutes

Upload your content once, then use the OpenAI-compatible API to enable conversational search using RAG (Retrieval Augmented Generation).

Quick Integration

1. Install OpenAI SDK (or compatible)

npm install openai

2. Configure the client

const client = new OpenAI({
  baseURL: 'https://api.vecr.io/${YOUR_UNIQUE_KEY}', // Get from dashboard
  apiKey: 'YOUR_API_KEY' // Get from vecr.io dashboard
});

3. Use Chat Completions API

const chatCompletion = await client.chat.completions.create({
  model: "openai/gpt-4o-mini | google/gemini-1.5-flash", // or any supported model
  messages: [{ role: "user", content: "Search for getting started guide" }],
});
console.log(chatCompletion.choices[0].message.content);

Key Features

  • OpenAI-Compatible API

    Works with any tool that uses the OpenAI Chat API

  • Powerful Search Technology

    Combines vector search and full-text search for best results

  • RAG-Powered Conversations

    Chat with your documents through familiar AI interfaces

Ready to Launch?

Get your API key and integrate AI-powered search into your application today.

Simple, Transparent Pricing

Start for free and scale as your needs grow. No surprises, just pay for what you use.

Free to Try

Developer Plan

$0 / month

Perfect for testing and small projects. No credit card required.

  • 500 API calls per month
  • Upload up to 10 pages
  • Standard RAG capabilities
  • Community support
Get Started Free
Most Flexible

Usage-Based Plan

Custom pricing

Tailored pricing based on your specific needs and usage volume.

  • Unlimited API calls
  • Unlimited document uploads
  • Advanced RAG configurations
  • Priority support
  • Custom integrations available
Contact for Pricing

Pricing is usage-based and scales with your needs. We work with you to create a custom plan that makes sense for your specific use case. No unexpected charges.