List all indexes in the Meilisearch instance
Get information about a specific Meilisearch index
Create a new Meilisearch index
Update a Meilisearch index (currently only supports updating the primary key)
Delete a Meilisearch index
Swap two or more indexes in Meilisearch
Get documents from a Meilisearch index
Get a document by its ID from a Meilisearch index
Add documents to a Meilisearch index
Update documents in a Meilisearch index
Delete a document by its ID from a Meilisearch index
Delete multiple documents by their IDs from a Meilisearch index
Delete all documents in a Meilisearch index
Search for documents in a Meilisearch index
Perform multiple searches in one request
Search for facet values matching specific criteria
Get all settings for a Meilisearch index
Update settings for a Meilisearch index
Reset all settings for a Meilisearch index to their default values
Get the searchable attributes setting
Get the displayed attributes setting
Get the filterable attributes setting
Get the sortable attributes setting
Get the ranking rules setting
Get the stop words setting
Get the synonyms setting
Get the distinct attribute setting
Get the typo tolerance setting
Get the faceting setting
Get the pagination setting
Update the searchable attributes setting
Update the displayed attributes setting
Update the filterable attributes setting
Update the sortable attributes setting
Update the ranking rules setting
Update the stop words setting
Update the synonyms setting
Update the distinct attribute setting
Update the typo tolerance setting
Update the faceting setting
Update the pagination setting
Reset the searchable attributes setting to its default value
Reset the displayed attributes setting to its default value
Reset the filterable attributes setting to its default value
Reset the sortable attributes setting to its default value
Reset the ranking rules setting to its default value
Reset the stop words setting to its default value
Reset the synonyms setting to its default value
Reset the distinct attribute setting to its default value
Reset the typo tolerance setting to its default value
Reset the faceting setting to its default value
Reset the pagination setting to its default value
Enable the vector search experimental feature in Meilisearch
Get the status of experimental features in Meilisearch
Configure embedders for vector search
Get the embedders configuration for an index
Reset the embedders configuration for an index
Perform a vector search in a Meilisearch index
Check if the Meilisearch server is healthy
Get the version information of the Meilisearch server
Get the system information of the Meilisearch server
Get statistics about all indexes or a specific index
Get information about tasks with optional filtering
Delete tasks based on provided filters
List tasks with optional filtering
Get information about a specific task
Cancel tasks based on provided filters
Wait for a specific task to complete