- Home
- Categories
- Search
- Meilisearch API
Meilisearch API
The Meilisearch API offers developers a fast and scalable search solution with typo tolerance and advanced features, suited for a variety of applications such as AI retrieval and web apps.
Reference for available routes, request structures, and live examples.
Adds or updates documents in a search index
http://localhost:7700/indexes/{index}/documentscurl -X POST 'http://localhost:7700/indexes/{index}/documents' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"documents": [
{
"id": 1,
"genre": "fantasy",
"title": "Alice in Wonderland"
}
]
}{
"status": "enqueued",
"taskUid": 123,
"indexUid": "books"
}- {'items': ['E‑commerce product search with typo‑tolerance and facets'Optimized Capability
- 'AI‑powered semantic retrieval in RAG pipelines'Optimized Capability
- 'Embedding search UX with search‑as‑you‑type experiences'Optimized Capability
- 'Internal CRM or knowledge‑base search in SaaS applications']}Optimized Capability
API Specifications
v1200 requests per minute
Use Case: Best For
Not Recommended For
Explore Related APIs
Discover similar APIs to Meilisearch API
Serper API
The Serper API offers developers a free and efficient way to access structured Google search results, including SERP data suitable for various applications.
Scrapingdog Google SERP API
Scrapingdog Google SERP API provides developers with structured access to Google search results, facilitating SEO tools and research applications.
Brave Search API
The Brave Search API offers developers the ability to integrate independent, privacy-respecting search capabilities into applications, returning structured search results in JSON format.