aiendpoint.dev
ServicesMeilisearch

Meilisearch

community

Open-source, fast, and relevant search engine with typo-tolerance.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://meilisearch.comapikeydeveloperconfidence: 90/1000 discoveries1 contributors
POSThttps://{host}/indexes/{indexUid}/search

Search documents

Parameters

qkeyword (stringrequired
sortsort fields (string[]optional
limitresults (integeroptional
filterfilter expression (stringoptional
attributesToRetrievefields (string[]optional

Returns

hits[] with document fields and _matchesPosition; estimatedTotalHits, processingTimeMs, query
GEThttps://{host}/indexes/{indexUid}

Get index

Parameters

indexUidindex UID (stringrequired

Returns

uid, primaryKey, createdAt, updatedAt, numberOfDocuments
GEThttps://{host}/indexes

List indexes

Parameters

limitresults (integeroptional

Returns

results[] with uid, primaryKey, createdAt, updatedAt