Skip to main content

Algolia

Use the Algolia destination to sync data from your warehouse into an Algolia application.

Status / availability

This destination connector is currently in development. You can authenticate (credentials are validated), but loading/syncing data is not yet supported.

Overview

Algolia is a hosted search and discovery platform. This connector lets you connect to Algolia using your Application ID and an API key.

This source connector is currently in development: credentials can be validated during setup, but data extraction isn’t available yet.

Prerequisites

  • An Algolia account
  • Your Application ID
  • An API key with permission to access your Algolia application (used to validate credentials)

Authentication

This connector authenticates using:

  • Application ID
  • API key

During setup, the connector validates credentials by calling the Algolia API (GET https://{APPLICATION_ID}.algolia.net/1/indexes) using the headers:

  • x-algolia-application-id
  • x-algolia-api-key

The Application ID must be non-empty and contain only letters and numbers.

Use an API key that can access your Algolia application. If credential validation fails, confirm the key is valid and has sufficient permissions.

Configuration

FieldTypeRequiredDescription
application_idstringYour Algolia Application ID. Must contain only letters and numbers.
api_keystringAn Algolia API key used to authenticate requests.

Hashing and normalization

This destination connector does not currently expose field-level hashing controls.

Data contract

Not yet available. The Algolia destination is still in development and does not currently support loading records.

Streams

No streams are currently available for the Algolia source. Catalog discovery returns an empty catalog, and extraction is still in development.

Notes

Algolia Source support is currently in development. You can authenticate and validate credentials, but extraction is not yet available (runs will fail with an “extraction is still in development” error).