Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.andiai.com/llms.txt

Use this file to discover all available pages before exploring further.

The Andi AI Search API gives your applications access to web search results scored for accuracy and relevance, drawn from a large-scale index. Responses are structured for direct use in AI agents, RAG pipelines, and search interfaces — ranked #1 for accuracy in independent benchmarks.

Quickstart

Make your first API call in minutes.

Fast search

Default mode — results in ~1 second.

Deep search

Enhanced analysis with more sources.

Examples

Working code for common use cases.

Base URL

https://search-api.andisearch.com

Authentication

All requests require an API key passed in the x-api-key header. Get your key from the API Console.
curl "https://search-api.andisearch.com/api/v1/search?q=hello+world" \
  -H "x-api-key: YOUR_API_KEY"

What you can build

  • AI agents that retrieve current information from the web
  • RAG applications with real-time search grounding
  • Research tools that gather and synthesize web sources
  • Search features embedded in your own products

RAG pipeline

Search results as context for LLM generation.

AI agent tool

Define search as a tool for AI agents.

News monitoring

Automated news search with date filtering.