Algolia
Algolia

Algolia is a hosted search API that provides developers with tools to build fast and relevant search experiences for their applications.

Completely Secure
170186VIEWS
2866USERS

Tools

1 of 23

Add Ab Test

Tool to create an A/B test comparing search performance between two index variants. Use when you need to test different search configurations, ranking strategies, or index settings and measure their impact on user behavior.

Add Or Replace Record

Tool to add or replace a specific record in an index by objectID. If a record with the given objectID exists, it is replaced; otherwise, a new record is created. Use when you need to upsert an object with a known ID.

Add Record To Index

Tool to add a record to an index with auto-generated objectID. Records with matching IDs are replaced. Use when you need to insert a new object into an index.

Browse Algolia Index

Tool to retrieve all records from an index. Use when you need to export or iterate through an entire index dataset.

Clear Objects

Tool to clear records of an index without affecting settings. Use when you need to completely wipe all objects (e.g., after a bulk reindex) while preserving index configuration.

Clear Rules

Tool to delete all rules in an index. Use when you need to wipe all rules before re-creating them. Use after confirming no critical rules require retention.