Search⌘ K
AI Features

Sending Data to the Algolia Server

Explore how to send and manage data in Algolia by pushing records via the API or dashboard. Learn best practices for batch sizes, initializing the client with credentials, and ensuring efficient indexing to build a fast search experience.

Overview

In the previous lesson, we discussed how to set up an Algolia account and how to create a new index, which serves as the container for our data.

We can push data to the Algolia server via API or the Algolia dashboard.

It is generally ...