Meilisearch

api.meilisearch.com

Community

Meilisearch is an open-source, lightning-fast search engine designed for instant, typo-tolerant, and relevant search experiences. It provides RESTful APIs for indexing documents, searching with filters and facets, and managing search settings with minimal configuration.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.meilisearch.com

Crawl failures

1

Last verified

2026-03-01 11:08:36

Health

Loading health data...

Capabilities

add_or_replace_documents

other

Add new documents to an index or replace existing ones by their primary key. Accepts JSON arrays of objects. Useful for initial data loading and full record updates.

Detail: https://api.meilisearch.com/capabilities/add_or_replace_documents

get_documents

other

Retrieve documents from an index by their IDs or using filters and pagination. Useful for browsing data, verifying indexed content, or building detail views.

Detail: https://api.meilisearch.com/capabilities/get_documents

manage_indexes

other

Create, list, update, or delete search indexes. Each index holds a collection of documents with its own search settings and filterable attributes.

Detail: https://api.meilisearch.com/capabilities/manage_indexes

multi_search

other

Execute multiple search queries across different indexes in a single HTTP request. Ideal for federated search, autocomplete, and combining results from separate collections.

Detail: https://api.meilisearch.com/capabilities/multi_search

search_documents

location

Perform a full-text search query against a Meilisearch index. Returns ranked, highlighted results with support for filters, facets, sorting, geo-search, and pagination.

Detail: https://api.meilisearch.com/capabilities/search_documents

update_settings

other

Configure how an index behaves: set searchable attributes, filterable attributes, sortable attributes, ranking rules, synonyms, stop words, and typo tolerance.

Detail: https://api.meilisearch.com/capabilities/update_settings

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Meilisearch
Description: Meilisearch is an open-source, lightning-fast search engine designed for instant, typo-tolerant, and relevant search experiences. It provides RESTful APIs for indexing documents, searching with filters and facets, and managing search settings with minimal configuration.
Auth: api_key
Capabilities:
  - add_or_replace_documents: Add new documents to an index or replace existing ones by their primary key. Accepts JSON arrays of objects. Useful for initial data loading and full record updates.
  - get_documents: Retrieve documents from an index by their IDs or using filters and pagination. Useful for browsing data, verifying indexed content, or building detail views.
  - manage_indexes: Create, list, update, or delete search indexes. Each index holds a collection of documents with its own search settings and filterable attributes.
  - multi_search: Execute multiple search queries across different indexes in a single HTTP request. Ideal for federated search, autocomplete, and combining results from separate collections.
  - search_documents: Perform a full-text search query against a Meilisearch index. Returns ranked, highlighted results with support for filters, facets, sorting, geo-search, and pagination.
  - update_settings: Configure how an index behaves: set searchable attributes, filterable attributes, sortable attributes, ranking rules, synonyms, stop words, and typo tolerance.