Use the InstantSearch.js library to build your search interface and perform search queries directly from the end-user browser without going through your server. However, if you want to search from your backend, you can use theDocumentation Index
Fetch the complete documentation index at: https://algolia.com/llms.txt
Use this file to discover all available pages before exploring further.
raw_search(YourModel, 'yourQuery', params) method.
It retrieves the raw JSON answer from the API, and accepts any
search parameters.
Python