Generated from:
Create a POST request to Algolia to search an index for a query
URL
https://{{APPLICATION_ID}}-dsn.algolia.net/1/indexes/{{INDEX_NAME}}/query
Headers
| X-Algolia-API-Key | {{ALGOLIA_API_KEY}} |
|---|---|
| X-Algolia-Application-Id | {{APPLICATION_ID}} |
| Content-Type | application/json |
Body
{"query":"{{SEARCH_QUERY}}"}
This request was generated from:
Create a POST request to Algolia to search an index for a query
Generate your own →Type any API. Get a production-ready request. No login required.