Seamlessly integrate Algolia’s APIs into your LLM workflows with Algolia's new Model Context Protocol (MCP) server. Explore on GitHub.

Retrieve dictionary settings

Retrieves the languages for which standard dictionary entries are turned off.

Usage

Required ACL: settings
1
2
3
4
5
require "algolia"

client = Algolia::SearchClient.create("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY")

response = client.get_dictionary_settings
Did you find this page helpful?
Ruby API clients v3