Meilisearch
Overview
The Meilisearch connector is a destination connector for sending data into a Meilisearch instance.
Status
This destination connector is currently in development. Credential validation is supported, but loading/syncing data is not yet implemented.
Requirements
- A reachable Meilisearch instance (cloud or self-hosted)
- An API key with permission to access the Meilisearch HTTP API
Authentication
This connector authenticates using a Meilisearch API key sent as a Bearer token.
During credential validation, the connector calls:
GET {endpoint}/indexes?limit=1
If this request fails, the connector reports a credential validation error.
Setup
- In Meilisearch, create or select an API key with appropriate permissions.
- Copy your Meilisearch instance URL (for example,
https://meili.example.com/). - In your workspace, create a new Meilisearch destination and enter the configuration values below.
- Run a connection test to validate credentials.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
endpoint | string | ✅ | Base URL for your Meilisearch instance. Must be a valid URL. The connector will append API paths like /indexes. |
api_key | string | ✅ | Meilisearch API key used for Bearer authentication. |
Hashing and normalization
This destination connector does not currently expose field-level hashing options.
Data contract
Not yet available. Data loading/sync behavior is still in development.
Streams
Not yet available. This destination does not currently write any streams while loading is in development.