published AI Powered

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.

null%Uptime
nullmsLatency
0Stars
API KeyAuth
NoCredit Card
RESTStyle
v1Version
API Endpoints

Reference for available routes, request structures, and live examples.

Adds or updates documents in a search index

Full Endpoint URL
http://localhost:7700/indexes/{index}/documents
Implementation Example
curl -X POST 'http://localhost:7700/indexes/{index}/documents' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "documents": [
    {
      "id": 1,
      "genre": "fantasy",
      "title": "Alice in Wonderland"
    }
  ]
}
Expected Response
{
  "status": "enqueued",
  "taskUid": 123,
  "indexUid": "books"
}
Version:v1
Limit:1000 documents/second
Real-World Applications
  • {'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

v1
Pricing Model
Free
Credit Card
Not Required
Response Formats
{'items': ['JSON']}
Supported Languages
10 Languages
SDK Support
REST Only
Rate Limit

200 requests per minute

Use Case: Best For

Not Recommended For

#instant-search#search-engine

Explore Related APIs

Discover similar APIs to Meilisearch API

View All APIs
FREEMIUM

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.

FREEMIUM

Scrapingdog Google SERP API

Scrapingdog Google SERP API provides developers with structured access to Google search results, facilitating SEO tools and research applications.

FREEMIUM

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.