🚀 Quickstart
Connect to Meilisearch with Nango and see data flow in 2 minutes. Meilisearch uses an API key generated in your Meilisearch Cloud project or self-hosted instance.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Meilisearch.
2
Connect your Meilisearch instance
Go to Connections -> Add Test Connection. Enter your instance URL and API key, then save.
3
Call the Meilisearch API
Make your first request. Replace the placeholders with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain an API key, follow the setup guide linked below.
📚 Meilisearch integration guides
Nango maintained guides for common use cases.- How to connect your Meilisearch instance
Find your instance URL, create an API key, and connect it to Nango
🧩 Pre-built syncs & actions for Meilisearch
Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.Common gotchas
- Documents writes are asynchronous: the API returns an enqueued task (
taskUid); pollGET /tasks/{taskUid}to confirm completion. - Use an API key, not the master key. The master key cannot sign tenant tokens and should never leave your infrastructure.
- The instance URL must include the scheme and have no trailing slash, e.g.
https://ms-xxxx.meilisearch.io.