Skip to main content

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

  1. In Meilisearch, create or select an API key with appropriate permissions.
  2. Copy your Meilisearch instance URL (for example, https://meili.example.com/).
  3. In your workspace, create a new Meilisearch destination and enter the configuration values below.
  4. Run a connection test to validate credentials.

Configuration

FieldTypeRequiredDescription
endpointstringBase URL for your Meilisearch instance. Must be a valid URL. The connector will append API paths like /indexes.
api_keystringMeilisearch 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.