Suggest Search API
GET https://xyz.search.frenzy.ai/suggest
Query Parameters
Headers
- 200 Search results successfully retrieved.
- Success
- Failure
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API call for Search Suggestions
GET https://xyz.search.frenzy.ai/suggest
| Name | Type | Description |
|---|---|---|
| query | string | User entered query. |
| headless | boolean | For headless users sent true, else false |
| shop | string | Name of the Shopify Store. (required for shopify stores) |
| publication_app_id | string | Shopify publication app id. |
| Name | Type | Description |
|---|---|---|
| X-Frenzy-Authorization* | string | API key provided at the time of account creation. |
| X-shop | string | Shopify’s myshopify url. (without https://) |
{
"suggestions":[
"...",
"..."
]
}
{'error': 'server_error'}
curl --location --request GET 'https://xyz.search.frenzy.ai/suggest?query=shoes'
--header 'x-frenzy-authorization: API KEY'