{"item":[{"id":"225d975d-802a-4508-bb30-5b98e644126f","name":"Search","description":{"content":"","type":"text/plain"},"item":[{"id":"eb23adc0-3989-49a0-a925-123574736c8c","name":"Full-text items search","request":{"name":"Full-text items search","description":{"content":"Retrieves items that match a full-text query from a search index or a suggestion index. The results can be filtered and sorted.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"TransactionsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"disableQueryClassification","value":"false","description":"If set to `true`, query classification is not applied.\n"},{"disabled":false,"key":"disableDynamicReranker","value":"false","description":"If set to `true`, dynamic reranker is not applied.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"3bf32f79-1df7-4cf9-a860-0fec4e3b2f0f","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    },\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"allFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"customFilteredFacets\": {},\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"suggestions\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"usedSuggestion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 2354.7680435793404,\n    \"totalCount\": 5727.684150588144,\n    \"page\": 8925.931387364875,\n    \"limit\": 988.7230436558636,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 746.7373799816646,\n    \"link\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b2c462e8-aceb-4614-ac68-633173d3f98a","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c1c3041c-18e3-4aa6-9fb8-46a83a1bf766","name":"Full-text items search","request":{"name":"Full-text items search","description":{"content":"Retrieves items that match a full-text query from a search index or a suggestion index. The results can be filtered and sorted.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 9258,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"PageVisitsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 7722,\n    \"levelRangeModifier\": 9943\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"01f3633a-ceb3-4918-be41-735d68425c8c","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 9258,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"PageVisitsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 7722,\n    \"levelRangeModifier\": 9943\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    },\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"allFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"customFilteredFacets\": {},\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"suggestions\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"usedSuggestion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 6181.322164792657,\n    \"totalCount\": 5415.803570020701,\n    \"page\": 3571.775227809856,\n    \"limit\": 3175.458784567491,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 5139.72155455459,\n    \"link\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a468fefe-0a1c-4697-948b-0912876d6132","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 9258,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"PageVisitsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 7722,\n    \"levelRangeModifier\": 9943\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cbea9959-6834-4e7f-8f0f-c4a369adb258","name":"Explained full-text items search","request":{"name":"Explained full-text items search","description":{"content":"Retrieves items that match a full-text query from a search index or a suggestion index. The results can be filtered and sorted.  The response contains an explanation of the factors that influenced the result.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"TransactionsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"disableQueryClassification","value":"false","description":"If set to `true`, query classification is not applied.\n"},{"disabled":false,"key":"disableDynamicReranker","value":"false","description":"If set to `true`, dynamic reranker is not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"crossWorkspaceModeEnabled","value":"true","description":"If set, overrides the cross-workspace mode from the index configuration. When `true`, cross-workspace personalization is enabled. When `false`, it is disabled.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"396db5d9-bab3-4b3e-8237-3e3acfe2eb35","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    },\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"allFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"customFilteredFacets\": {},\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"suggestions\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"usedSuggestion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"explanation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 6283.940126525278,\n    \"totalCount\": 852.88551822849,\n    \"page\": 3495.3028577331047,\n    \"limit\": 6714.465913019697,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 5453.506504380962,\n    \"link\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a6be48fc-dcb1-48e6-8b15-035f7c4b6e5e","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fe33fbbc-fa04-400b-be03-f07cd7d518fc","name":"Explained full-text items search","request":{"name":"Explained full-text items search","description":{"content":"Retrieves items that match a full-text query from a search index or a suggestion index. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 6883,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": true,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 8517,\n    \"levelRangeModifier\": 2134\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false,\n  \"crossWorkspaceMode\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a3b01e45-01e3-469c-a3a1-c2c9b6db0b30","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 6883,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": true,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 8517,\n    \"levelRangeModifier\": 2134\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false,\n  \"crossWorkspaceMode\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    },\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"allFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"customFilteredFacets\": {},\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"suggestions\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"usedSuggestion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"explanation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 9518.926749569066,\n    \"totalCount\": 3014.216913472444,\n    \"page\": 4781.010740251327,\n    \"limit\": 4675.716101809325,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 4825.295962757379,\n    \"link\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6f8f2129-f50c-4c12-8479-d160a01de46e","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","query","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 6883,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": true,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 8517,\n    \"levelRangeModifier\": 2134\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false,\n  \"crossWorkspaceMode\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1c21e9e1-cfdf-423a-977e-eda32e067494","name":"Autocomplete items search","request":{"name":"Autocomplete items search","description":{"content":"Retrieves items that match a query from a search index or a suggestion index. The results can be filtered and sorted. The results of this search type are not cached.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"sortByMetric","value":"TransactionsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"disableQueryClassification","value":"false","description":"If set to `true`, query classification is not applied.\n"},{"disabled":false,"key":"disableDynamicReranker","value":"false","description":"If set to `true`, dynamic reranker is not applied.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"68b6249d-d223-44fd-8944-e68ec9c7312a","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    },\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"allFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"customFilteredFacets\": {},\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"suggestions\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"usedSuggestion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 2354.7680435793404,\n    \"totalCount\": 5727.684150588144,\n    \"page\": 8925.931387364875,\n    \"limit\": 988.7230436558636,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 746.7373799816646,\n    \"link\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"02a0edfb-4d3a-439c-b805-9f0525a3ab90","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"45c7b9b5-e518-4988-a76b-1407b3f8a75e","name":"Autocomplete items search","request":{"name":"Autocomplete items search","description":{"content":"Retrieves items that match a query from a search index or a suggestion index. The results can be filtered and sorted. The results of this search type are not cached.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 8884,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": true,\n  \"clientUUID\": \"string\",\n  \"sortByMetric\": \"PageVisitsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 8794,\n    \"levelRangeModifier\": 6667\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b93334cb-3721-4cf6-b380-200fbdd2ba1f","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 8884,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": true,\n  \"clientUUID\": \"string\",\n  \"sortByMetric\": \"PageVisitsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 8794,\n    \"levelRangeModifier\": 6667\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    },\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"allFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"customFilteredFacets\": {},\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"suggestions\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"usedSuggestion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 6181.322164792657,\n    \"totalCount\": 5415.803570020701,\n    \"page\": 3571.775227809856,\n    \"limit\": 3175.458784567491,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 5139.72155455459,\n    \"link\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"77b30f6d-fbf7-41de-ac57-f9d3b6248761","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 8884,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": true,\n  \"clientUUID\": \"string\",\n  \"sortByMetric\": \"PageVisitsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 8794,\n    \"levelRangeModifier\": 6667\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7313ce15-4d61-4f4c-96b6-f919eb048d17","name":"Explained autocomplete items search","request":{"name":"Explained autocomplete items search","description":{"content":"Retrieves items that match a query from a search index or a suggestion index. The results can be filtered and sorted. The results of this search type are not cached. The response contains an explanation of the factors that influenced the result.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"sortByMetric","value":"TransactionsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"crossWorkspaceModeEnabled","value":"true","description":"If set, overrides the cross-workspace mode from the index configuration. When `true`, cross-workspace personalization is enabled. When `false`, it is disabled.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"},{"disabled":false,"key":"disableQueryClassification","value":"false","description":"If set to `true`, query classification is not applied.\n"},{"disabled":false,"key":"disableDynamicReranker","value":"false","description":"If set to `true`, dynamic reranker is not applied.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"cdf7794f-94c0-4037-b688-3d5f9e0519bc","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    },\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"allFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"customFilteredFacets\": {},\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"suggestions\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"usedSuggestion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"explanation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 6283.940126525278,\n    \"totalCount\": 852.88551822849,\n    \"page\": 3495.3028577331047,\n    \"limit\": 6714.465913019697,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 5453.506504380962,\n    \"link\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c88c0c0-ea55-4726-97c9-085f96e8ae9c","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"disableQueryClassification","value":"false"},{"key":"disableDynamicReranker","value":"false"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7b27d8e4-8839-4892-a3fa-d8f28abb94a2","name":"Explained autocomplete items search","request":{"name":"Explained autocomplete items search","description":{"content":"Retrieves items that match a query from a search index or a suggestion index. The results can be filtered and sorted. The results of this search type are not cached. The response contains an explanation of the factors that influenced the result.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 2513,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"coverage\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 7043,\n    \"levelRangeModifier\": 4929\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false,\n  \"crossWorkspaceMode\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d7fb8f44-ccfc-4df8-95ca-ea8a4f3867cd","name":"Search result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 2513,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"coverage\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 7043,\n    \"levelRangeModifier\": 4929\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false,\n  \"crossWorkspaceMode\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    },\n    {\n      \"itemName\": \"TV\",\n      \"itemId\": 87257843345,\n      \"_promotedByRules\": [\n        475,\n        477\n      ]\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"allFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"customFilteredFacets\": {},\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"suggestions\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"usedSuggestion\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"explanation\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 9518.926749569066,\n    \"totalCount\": 3014.216913472444,\n    \"page\": 4781.010740251327,\n    \"limit\": 4675.716101809325,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 4825.295962757379,\n    \"link\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2322cde3-8013-4f44-8a04-3fe707306435","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","autocomplete","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"page\": 2513,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"coverage\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 7043,\n    \"levelRangeModifier\": 4929\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"disableQueryClassification\": false,\n  \"disableDynamicReranker\": false,\n  \"crossWorkspaceMode\": {\n    \"enabled\": false\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6034b994-85cd-4f2b-be9d-24697318489c","name":"Searchable attributes match","request":{"name":"Searchable attributes match","description":{"content":"Enter a query and an item ID to check if a token (a word or a synonym which replaced it) matches a value or part of a value from the item's searchable attributes.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","explain-match"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"query","value":"string","description":"(Required) Query text to use in the search"},{"disabled":false,"key":"itemId","value":"string","description":"(Required) Item ID"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"79cb10cf-38e6-42ec-946f-9e935f70e5e6","name":"Searchable attributes match result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","explain-match"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"itemId","value":"string"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"query\": {\n    \"value\": \"string\",\n    \"tokens\": [\n      {\n        \"token\": \"string\",\n        \"positions\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      },\n      {\n        \"token\": \"string\",\n        \"positions\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"attributes\": [\n    {\n      \"attribute\": \"string\",\n      \"value\": \"string\",\n      \"tokens\": [\n        {\n          \"queryToken\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"start\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"end\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"queryToken\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"start\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"end\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    },\n    {\n      \"attribute\": \"string\",\n      \"value\": \"string\",\n      \"tokens\": [\n        {\n          \"queryToken\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"start\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"end\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"queryToken\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"start\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"end\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"df7470a2-b489-499d-9393-1338051fe994","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","explain-match"],"host":["{{baseUrl}}"],"query":[{"key":"query","value":"string"},{"key":"itemId","value":"string"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cb89a990-3967-4754-a94b-0dc499147939","name":"Get deleted searches","request":{"name":"Get deleted searches","description":{"content":"Retrieve the searches deleted from a profile's history.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>\n\n**API key permission required:** `ITEMS_SEARCH_RECENT_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1","description":"(Required) UUID of the profile for which the query is performed"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1fb15404-1114-40f1-a298-40d654b4e6fa","name":"Deleted searches returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"query\": \"string\",\n    \"match\": \"query\",\n    \"timestamp\": \"1981-12-21T14:27:11.119Z\"\n  },\n  {\n    \"query\": \"string\",\n    \"match\": \"query\",\n    \"timestamp\": \"1964-05-09T11:07:18.459Z\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f8e2a76-969d-4be3-8bdd-2fdf4270e0c0","name":"Check error message for more details","originalRequest":{"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3dc6e73c-14be-4696-9659-b8deec7b6312","name":"Soft-delete a recent search","request":{"name":"Soft-delete a recent search","description":{"content":"Delete a recent search from the history accessible to a profile. The search remains in the database and you can retrieve it by using [this endpoint](#operation/GetDeletedSearches).\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>\n\n**API key permission required:** `ITEMS_SEARCH_RECENT_SEARCH_CREATE`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1","description":"(Required) UUID of the profile for which the query is performed"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"match\": \"query\",\n  \"timestamp\": \"1989-10-23T12:31:31.276Z\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c53c39a9-27cb-4f2e-bafd-eb761375a88f","name":"Soft-delete successful","originalRequest":{"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"match\": \"query\",\n  \"timestamp\": \"1989-10-23T12:31:31.276Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"3810b80e-992c-4384-ac03-964a2579e06d","name":"Check error message for more details","originalRequest":{"url":{"path":["search","v2","indices",":indexId","deleted-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"query\": \"string\",\n  \"match\": \"query\",\n  \"timestamp\": \"1989-10-23T12:31:31.276Z\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fac71940-0262-489e-a2c2-44855d8ffd24","name":"Get recent searches","request":{"name":"Get recent searches","description":{"content":"Get a profile's recent searches from a particular index.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>\n\n**API key permission required:** `ITEMS_SEARCH_RECENT_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","recent-searches"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1","description":"(Required) UUID of the profile for which the query is performed"},{"disabled":false,"key":"windowSize","value":"15","description":"Maximum number of recent searches to be returned. <br><strong>NOTE:</strong><br> The provided query parameter has priority over the configuration provided in [this endpoint](#operation/postIndexConfigV2). If the parameter is not provided, the default value does **not** override the configuration."},{"disabled":false,"key":"timeUnit","value":"DAYS","description":"The time unit. Used in conjunction with `timeValue`.<br><strong>NOTE:</strong><br> The provided query parameter has priority over the configuration provided in [this endpoint](#operation/postIndexConfigV2). If the parameter is not provided, the default value does **not** override the configuration."},{"disabled":false,"key":"timeValue","value":"30","description":"The amount of time units. Used in conjunction with `timeUnit`.<br><strong>NOTE:</strong><br> The provided query parameter has priority over the configuration provided in [this endpoint](#operation/postIndexConfigV2). If the parameter is not provided, the default value does **not** override the configuration."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7382dc8c-be73-4ef9-8135-19c376765425","name":"Recent searches returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","recent-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"},{"key":"windowSize","value":"15"},{"key":"timeUnit","value":"DAYS"},{"key":"timeValue","value":"30"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  \"string\",\n  \"string\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"14891f5b-d7a9-45b9-a48b-911e8f460e79","name":"Check error message for more details","originalRequest":{"url":{"path":["search","v2","indices",":indexId","recent-searches"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"e0097757-d1e2-44ac-ba3c-d97979a354c1"},{"key":"windowSize","value":"15"},{"key":"timeUnit","value":"DAYS"},{"key":"timeValue","value":"30"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index that the query relates to"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"06832f02-51ec-4f81-826f-40634fb814ee","name":"Visual Search","description":{"content":"","type":"text/plain"},"item":[{"id":"f330c905-f4f4-4c8f-885a-6159b7a88c5c","name":"Visual items search","request":{"name":"Visual items search","description":{"content":"Retrieves items that match an image. The results can be filtered and sorted.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"url","value":"string","description":"(Required) URL of the image to be used in the visual search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"TransactionsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filterAnchor","value":"0.2,0.8","description":"Anchor (`{width},{height}`) by which the visual results data will be filtered.\n`{width},{height}` correspond to normalized image coordinates, i.e. they are in range [0,1].\nAnchor (0,0) corresponds to the top-left pixel of an image.\n"},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"8aa3210c-ec06-4411-8526-c08f5ea5c306","name":"Search response","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"key":"url","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filterAnchor","value":"0.2,0.8"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"_promotedByRules\": [\n        259,\n        6166\n      ],\n      \"key_0\": {}\n    },\n    {\n      \"_promotedByRules\": [\n        6079,\n        1619\n      ],\n      \"key_0\": {},\n      \"key_1\": {},\n      \"key_2\": {}\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"key_0\": {\n        \"key_0\": 583,\n        \"key_1\": 8122\n      },\n      \"key_1\": {\n        \"key_0\": 6343,\n        \"key_1\": 2884\n      }\n    },\n    \"allFacets\": {\n      \"key_0\": {\n        \"key_0\": 9324\n      },\n      \"key_1\": {\n        \"key_0\": 5434,\n        \"key_1\": 3017\n      },\n      \"key_2\": {\n        \"key_0\": 7770,\n        \"key_1\": 3766,\n        \"key_2\": 4518\n      }\n    },\n    \"customFilteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ]\n  },\n  \"meta\": {\n    \"totalPages\": 9697.960314793781,\n    \"totalCount\": 6411.208245391707,\n    \"page\": 4598.136309523424,\n    \"limit\": 4445.225811275336,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 2486.2908331084445,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c821585a-e27e-4686-bd67-9ccfedaea2fd","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"key":"url","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filterAnchor","value":"0.2,0.8"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3de9aa0d-ca37-4f1b-977b-02d48d21210f","name":"Visual items search","request":{"name":"Visual items search","description":{"content":"Retrieves items that match an image. The results can be filtered and sorted.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","description":"Uploaded image to be used in the visual search"},{"key":"params","value":"{\"page\":7489,\"limit\":10,\"sortBy\":\"string\",\"ordering\":\"asc\",\"includeMeta\":true,\"clientUUID\":\"string\",\"correlationId\":\"string\",\"searchId\":\"string\",\"sortByMetric\":\"PageVisitsPopularity\",\"sortByGeoPoints\":\"34.052235,-118.243685\",\"filterGeoPoints\":[\"34.052235,-118.243685\",\"15.0,65.0\"],\"filterAroundRadius\":2000,\"filterAnchor\":\"0.2,0.8\",\"filters\":\"string\",\"facets\":[\"string\",\"string\"],\"facetsSize\":2000,\"maxValuesPerFacet\":50,\"caseSensitiveFacetValues\":false,\"includeFacets\":\"filtered\",\"facetsOrderBy\":\"name\",\"context\":[\"mobile\",\"listing\"],\"displayAttributes\":[\"title\",\"price\"],\"ignoreQueryRules\":false,\"excludeQueryRules\":[2,5],\"params\":{\"source\":\"mobile\"}}","type":"text","description":"Parameters of the search"}]}},"response":[{"id":"699d250b-ba36-4745-a625-05f3189a1ff6","name":"Search response","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"Uploaded image to be used in the visual search","type":"text/plain"},"key":"image","type":"file"},{"description":{"content":"Parameters of the search","type":"text/plain"},"key":"params","value":"{\"page\":7489,\"limit\":10,\"sortBy\":\"string\",\"ordering\":\"asc\",\"includeMeta\":true,\"clientUUID\":\"string\",\"correlationId\":\"string\",\"searchId\":\"string\",\"sortByMetric\":\"PageVisitsPopularity\",\"sortByGeoPoints\":\"34.052235,-118.243685\",\"filterGeoPoints\":[\"34.052235,-118.243685\",\"15.0,65.0\"],\"filterAroundRadius\":2000,\"filterAnchor\":\"0.2,0.8\",\"filters\":\"string\",\"facets\":[\"string\",\"string\"],\"facetsSize\":2000,\"maxValuesPerFacet\":50,\"caseSensitiveFacetValues\":false,\"includeFacets\":\"filtered\",\"facetsOrderBy\":\"name\",\"context\":[\"mobile\",\"listing\"],\"displayAttributes\":[\"title\",\"price\"],\"ignoreQueryRules\":false,\"excludeQueryRules\":[2,5],\"params\":{\"source\":\"mobile\"}}","type":"text"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"_promotedByRules\": [\n        259,\n        6166\n      ],\n      \"key_0\": {}\n    },\n    {\n      \"_promotedByRules\": [\n        6079,\n        1619\n      ],\n      \"key_0\": {},\n      \"key_1\": {},\n      \"key_2\": {}\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"key_0\": {\n        \"key_0\": 583,\n        \"key_1\": 8122\n      },\n      \"key_1\": {\n        \"key_0\": 6343,\n        \"key_1\": 2884\n      }\n    },\n    \"allFacets\": {\n      \"key_0\": {\n        \"key_0\": 9324\n      },\n      \"key_1\": {\n        \"key_0\": 5434,\n        \"key_1\": 3017\n      },\n      \"key_2\": {\n        \"key_0\": 7770,\n        \"key_1\": 3766,\n        \"key_2\": 4518\n      }\n    },\n    \"customFilteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ]\n  },\n  \"meta\": {\n    \"totalPages\": 9697.960314793781,\n    \"totalCount\": 6411.208245391707,\n    \"page\": 4598.136309523424,\n    \"limit\": 4445.225811275336,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 2486.2908331084445,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"35c51b21-207e-459f-872d-d2212818cf3c","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"Uploaded image to be used in the visual search","type":"text/plain"},"key":"image","type":"file"},{"description":{"content":"Parameters of the search","type":"text/plain"},"key":"params","value":"{\"page\":7489,\"limit\":10,\"sortBy\":\"string\",\"ordering\":\"asc\",\"includeMeta\":true,\"clientUUID\":\"string\",\"correlationId\":\"string\",\"searchId\":\"string\",\"sortByMetric\":\"PageVisitsPopularity\",\"sortByGeoPoints\":\"34.052235,-118.243685\",\"filterGeoPoints\":[\"34.052235,-118.243685\",\"15.0,65.0\"],\"filterAroundRadius\":2000,\"filterAnchor\":\"0.2,0.8\",\"filters\":\"string\",\"facets\":[\"string\",\"string\"],\"facetsSize\":2000,\"maxValuesPerFacet\":50,\"caseSensitiveFacetValues\":false,\"includeFacets\":\"filtered\",\"facetsOrderBy\":\"name\",\"context\":[\"mobile\",\"listing\"],\"displayAttributes\":[\"title\",\"price\"],\"ignoreQueryRules\":false,\"excludeQueryRules\":[2,5],\"params\":{\"source\":\"mobile\"}}","type":"text"}]}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4cf1d7a4-9f9d-44c0-9033-88d46e28ebfe","name":"Explained visual items search","request":{"name":"Explained visual items search","description":{"content":"Retrieves items that match an image. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"url","value":"string","description":"(Required) URL of the image to be used in the visual search"},{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"TransactionsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filterAnchor","value":"0.2,0.8","description":"Anchor (`{width},{height}`) by which the visual results data will be filtered.\n`{width},{height}` correspond to normalized image coordinates, i.e. they are in range [0,1].\nAnchor (0,0) corresponds to the top-left pixel of an image.\n"},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"crossWorkspaceModeEnabled","value":"true","description":"If set, overrides the cross-workspace mode from the index configuration. When `true`, cross-workspace personalization is enabled. When `false`, it is disabled.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"449c8386-e0ca-48f6-83b0-b4dc0453429b","name":"Search response","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"key":"url","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filterAnchor","value":"0.2,0.8"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"_promotedByRules\": [\n        3823,\n        9703\n      ],\n      \"_explanation\": {\n        \"extendedScoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"scoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"score\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matchedElasticFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortValue\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"key_0\": {}\n    },\n    {\n      \"_promotedByRules\": [\n        1330,\n        3562\n      ],\n      \"_explanation\": {\n        \"extendedScoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"scoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"score\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matchedElasticFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortValue\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"key_0\": {\n        \"key_0\": 466\n      },\n      \"key_1\": {\n        \"key_0\": 5371,\n        \"key_1\": 9178\n      },\n      \"key_2\": {\n        \"key_0\": 2889\n      }\n    },\n    \"allFacets\": {\n      \"key_0\": {\n        \"key_0\": 9332,\n        \"key_1\": 4435,\n        \"key_2\": 1596,\n        \"key_3\": 703\n      },\n      \"key_1\": {\n        \"key_0\": 7705\n      }\n    },\n    \"customFilteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"explanation\": {\n      \"rulesConsequences\": {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hiddenHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"filters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"boostFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"returnNoData\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"pinFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hideFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortDetails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"query\": {\n        \"finalQuery\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"synonyms\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"personalized\": false,\n      \"promotedItemsCount\": 464,\n      \"wasFallbackMatchingUsed\": false,\n      \"facetSelectionExplanation\": {\n        \"facetCoverage\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 2631.860023179081,\n    \"totalCount\": 7916.388782580463,\n    \"page\": 4583.469419185222,\n    \"limit\": 2993.6300463224884,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 9261.180644531201,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"55f5d3e6-e0d4-4bc5-a7c7-8161c463fd29","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"key":"url","value":"string"},{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filterAnchor","value":"0.2,0.8"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7bd2d3a4-e3a0-4c77-ac42-8ebc98a5e76e","name":"Explained visual items search","request":{"name":"Explained visual items search","description":{"content":"Retrieves items that match an image. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"url\": \"string\",\n  \"page\": 6753,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filterAnchor\": \"0.2,0.8\",\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"crossWorkspaceMode\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a33d3cd4-52e0-49ee-b267-573395df1437","name":"Search response","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"url\": \"string\",\n  \"page\": 6753,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filterAnchor\": \"0.2,0.8\",\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"crossWorkspaceMode\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"_promotedByRules\": [\n        3823,\n        9703\n      ],\n      \"_explanation\": {\n        \"extendedScoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"scoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"score\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matchedElasticFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortValue\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"key_0\": {}\n    },\n    {\n      \"_promotedByRules\": [\n        1330,\n        3562\n      ],\n      \"_explanation\": {\n        \"extendedScoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"scoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"score\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matchedElasticFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortValue\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"key_0\": {\n        \"key_0\": 466\n      },\n      \"key_1\": {\n        \"key_0\": 5371,\n        \"key_1\": 9178\n      },\n      \"key_2\": {\n        \"key_0\": 2889\n      }\n    },\n    \"allFacets\": {\n      \"key_0\": {\n        \"key_0\": 9332,\n        \"key_1\": 4435,\n        \"key_2\": 1596,\n        \"key_3\": 703\n      },\n      \"key_1\": {\n        \"key_0\": 7705\n      }\n    },\n    \"customFilteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"explanation\": {\n      \"rulesConsequences\": {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hiddenHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"filters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"boostFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"returnNoData\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"pinFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hideFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortDetails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"query\": {\n        \"finalQuery\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"synonyms\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"personalized\": false,\n      \"promotedItemsCount\": 464,\n      \"wasFallbackMatchingUsed\": false,\n      \"facetSelectionExplanation\": {\n        \"facetCoverage\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 2631.860023179081,\n    \"totalCount\": 7916.388782580463,\n    \"page\": 4583.469419185222,\n    \"limit\": 2993.6300463224884,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 9261.180644531201,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e6988bce-edc3-4fe4-a558-c7606b4f8d78","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","visual","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"url\": \"string\",\n  \"page\": 6753,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filterAnchor\": \"0.2,0.8\",\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"crossWorkspaceMode\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"59fb3fd0-2e17-4241-a652-02ddef1042e0","name":"Listing","description":{"content":"","type":"text/plain"},"item":[{"id":"cf9a2a8e-5116-4974-b109-b22c32bc14fe","name":"Items listing","request":{"name":"Items listing","description":{"content":"Retrieves item listing, which is a search without a query. The results can be filtered and sorted.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"TransactionsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"65671913-30d6-4e60-be47-3c1bc991b250","name":"Listing result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"_promotedByRules\": [\n        3673,\n        233\n      ]\n    },\n    {\n      \"_promotedByRules\": [\n        7303,\n        5756\n      ],\n      \"key_0\": {},\n      \"key_1\": {}\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"key_0\": {\n        \"key_0\": 4602,\n        \"key_1\": 1127,\n        \"key_2\": 5386\n      }\n    },\n    \"allFacets\": {\n      \"key_0\": {\n        \"key_0\": 3712,\n        \"key_1\": 1944,\n        \"key_2\": 3788\n      }\n    },\n    \"customFilteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ]\n  },\n  \"meta\": {\n    \"totalPages\": 3220.194753734145,\n    \"totalCount\": 1042.6739817105413,\n    \"page\": 2578.812347997561,\n    \"limit\": 6836.734280952895,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 8023.345521060816,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f17eccd5-b290-4065-9abb-c1093dc350e0","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"26c0c18c-95c1-4323-ba80-7dd476f94503","name":"Items listing","request":{"name":"Items listing","description":{"content":"Retrieves item listing, which is a search without a query. The results can be filtered and sorted.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"page\": 2346,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 661,\n    \"levelRangeModifier\": 2378\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a0aaba59-9561-4474-9602-51c1fc036c17","name":"Listing result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"page\": 9399,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": true,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"PageVisitsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 7188,\n    \"levelRangeModifier\": 7296\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"_promotedByRules\": [\n        259,\n        6166\n      ],\n      \"key_0\": {}\n    },\n    {\n      \"_promotedByRules\": [\n        6079,\n        1619\n      ],\n      \"key_0\": {},\n      \"key_1\": {},\n      \"key_2\": {}\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"key_0\": {\n        \"key_0\": 583,\n        \"key_1\": 8122\n      },\n      \"key_1\": {\n        \"key_0\": 6343,\n        \"key_1\": 2884\n      }\n    },\n    \"allFacets\": {\n      \"key_0\": {\n        \"key_0\": 9324\n      },\n      \"key_1\": {\n        \"key_0\": 5434,\n        \"key_1\": 3017\n      },\n      \"key_2\": {\n        \"key_0\": 7770,\n        \"key_1\": 3766,\n        \"key_2\": 4518\n      }\n    },\n    \"customFilteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ]\n  },\n  \"meta\": {\n    \"totalPages\": 9697.960314793781,\n    \"totalCount\": 6411.208245391707,\n    \"page\": 4598.136309523424,\n    \"limit\": 4445.225811275336,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 2486.2908331084445,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aaa7b37d-a836-4fc3-94ba-2e36e74af862","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"page\": 9399,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": true,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"PageVisitsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 7188,\n    \"levelRangeModifier\": 7296\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ee5b7294-466a-47f7-bb59-bc2dec473d7d","name":"Explained items listing","request":{"name":"Explained items listing","description":{"content":"Retrieves item listing, which is a search without a query. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"clientUUID","value":"string","description":"UUID of the profile for which the search is performed"},{"disabled":false,"key":"personalize","value":"true","description":"If set to `false`, the search result is not personalized.\n"},{"disabled":false,"key":"correlationId","value":"string","description":"Correlation ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"searchId","value":"string","description":"**DEPRECATED - use correlationId instead**\n\nSearch ID for pagination. If a search with the ID was performed recently (last 10 minutes), the cached results will be used.\n\nDo not send this if sortBy/filters/sorting order, etc. have changed - the cached results may have different order or may match different filters.\n"},{"disabled":false,"key":"sortByMetric","value":"TransactionsPopularity","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the metric by which the data will be sorted.\n"},{"disabled":false,"key":"sortByGeoPoint","value":"34.052235,-118.243685","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nGeo-point (`{latitude},{longitude}`) for data sorting. Results are sorted by distance from this point. `ordering: asc` means \"closest first\".'\n"},{"disabled":false,"key":"filterGeoPoints","value":"34.052235,-118.243685","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterGeoPoints","value":"15.0,65.0","description":"The definition of a geographical area to filter by.\n\nGiven one geo-point, the results will be limited to a radius around a point. To override the default radius (1000 meters), provide the `filterAroundRadius` parameter.\n**Example input:** `[\"34.052235,-118.243685\"]`\n\nGiven two geo-points, the results will be limited to a rectangular area.\n**Example input:** `[\"50,-100\", \"25,150\"]`\n\nGiven three or more geo-points, the results will be limited to a polygonal area.\n**Example input:** `[\"50,0\", \"40,20\", \"-20,10\"]`\n"},{"disabled":false,"key":"filterAroundRadius","value":"5000","description":"Radius in meters to be used when filtering using geo-location. Can only be used when filtering by a single geo-point."},{"disabled":false,"key":"filters","value":"string","description":"IQL query string. For details, see the [Help Center](https://help.synerise.com/developers/iql/)."},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facets","value":"string","description":"A list of attributes for which facets will be returned. A single `*` value matches all facetable attributes.\nA single `auto` value enables automatic facet selection based on the result set — the system picks the most relevant facets using the index's `dynamicFacets` configuration.\n\nTo determine which groups of facets should be returned, use the `includeFacets` parameter.\n"},{"disabled":false,"key":"facetsSize","value":"2000","description":"Determines how many items will be used for facets aggregation.\n"},{"disabled":false,"key":"maxValuesPerFacet","value":"50","description":"Determines how many values will be retrieved per facet.\n"},{"disabled":false,"key":"caseSensitiveFacetValues","value":"false","description":"Specifies whether facets aggregation should be case sensitive.\n"},{"disabled":false,"key":"displayAttributes","value":"title","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"displayAttributes","value":"price","description":"List of ad hoc attributes that will be returned for each found item"},{"disabled":false,"key":"context","value":"mobile","description":"List of context strings for a search query"},{"disabled":false,"key":"context","value":"listing","description":"List of context strings for a search query"},{"disabled":false,"key":"includeFacets","value":"filtered","description":"Determines which groups of facets will be returned: both filtered and unfiltered; just filtered; just unfiltered; or no group at at all.\n\nTo determine which attributes should be returned as facets in each group, use the `facets` parameter.\n"},{"disabled":false,"key":"facetsOrderBy","value":"coverage","description":"Controls the ordering of facets in the response.  \nWhen `facets=auto`, the default ordering is by coverage (most relevant facets first).  \nWhen facets are specified explicitly, the default ordering is by name.  \nWhen two facets have equal coverage, ties are resolved by name.\n"},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"10","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"<span style='color:red'><strong>IMPORTANT:</strong></span> Sorting disables boosting, elastic filters, and promoting search results.\n\nName of the attribute by which the data will be sorted.      \n"},{"disabled":false,"key":"ordering","value":"asc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}","description":"DistinctFilter JSON as an URL-encoded string\n"},{"disabled":false,"key":"ignoreQueryRules","value":"false","description":"If set to `true`, query rules are not applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"2","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"excludeQueryRules","value":"5","description":"List of query rules that will not be applied.\n"},{"disabled":false,"key":"crossWorkspaceModeEnabled","value":"true","description":"If set, overrides the cross-workspace mode from the index configuration. When `true`, cross-workspace personalization is enabled. When `false`, it is disabled.\n"},{"disabled":false,"key":"params","value":"source:mobile","description":"List of extra params that will be added to the `item.search` event. They must be in the `name:value` format. The total size must not exceed 500 bytes when written as a JSON object.\n"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]}},"response":[{"id":"a66b8682-8706-46c0-9358-9594310e1398","name":"Listing result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"_promotedByRules\": [\n        8167,\n        4754\n      ],\n      \"_explanation\": {\n        \"extendedScoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"scoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"score\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matchedElasticFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortValue\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"key_0\": {},\n      \"key_1\": {}\n    },\n    {\n      \"_promotedByRules\": [\n        77,\n        5649\n      ],\n      \"_explanation\": {\n        \"extendedScoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"scoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"score\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matchedElasticFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortValue\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"key_0\": {}\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"key_0\": {\n        \"key_0\": 3858,\n        \"key_1\": 4263\n      },\n      \"key_1\": {\n        \"key_0\": 55\n      }\n    },\n    \"allFacets\": {\n      \"key_0\": {\n        \"key_0\": 4237\n      },\n      \"key_1\": {\n        \"key_0\": 68,\n        \"key_1\": 2657\n      }\n    },\n    \"customFilteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"explanation\": {\n      \"rulesConsequences\": {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hiddenHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"filters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"boostFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"returnNoData\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"pinFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hideFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortDetails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"query\": {\n        \"finalQuery\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"synonyms\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"personalized\": true,\n      \"promotedItemsCount\": 1106,\n      \"wasFallbackMatchingUsed\": true,\n      \"facetSelectionExplanation\": {\n        \"facetCoverage\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 159.12447153930253,\n    \"totalCount\": 7590.429037320602,\n    \"page\": 5710.933640871464,\n    \"limit\": 7226.980894197215,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 8875.13343354355,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2d84faa5-2a4e-4039-9e90-eb7099c1e2a6","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"key":"clientUUID","value":"string"},{"key":"personalize","value":"true"},{"key":"correlationId","value":"string"},{"key":"searchId","value":"string"},{"key":"sortByMetric","value":"TransactionsPopularity"},{"key":"sortByGeoPoint","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"34.052235,-118.243685"},{"key":"filterGeoPoints","value":"15.0,65.0"},{"key":"filterAroundRadius","value":"5000"},{"key":"filters","value":"string"},{"key":"facets","value":"string"},{"key":"facets","value":"string"},{"key":"facetsSize","value":"2000"},{"key":"maxValuesPerFacet","value":"50"},{"key":"caseSensitiveFacetValues","value":"false"},{"key":"displayAttributes","value":"title"},{"key":"displayAttributes","value":"price"},{"key":"context","value":"mobile"},{"key":"context","value":"listing"},{"key":"includeFacets","value":"filtered"},{"key":"facetsOrderBy","value":"coverage"},{"key":"page","value":"4"},{"key":"limit","value":"10"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"asc"},{"key":"includeMeta","value":"false"},{"key":"distinctFilter","value":"{\"attribute\": \"color\", \"maxNumItems\": 3}"},{"key":"ignoreQueryRules","value":"false"},{"key":"excludeQueryRules","value":"2"},{"key":"excludeQueryRules","value":"5"},{"key":"crossWorkspaceModeEnabled","value":"true"},{"key":"params","value":"source:mobile"},{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"df11e14a-6380-47de-8a4f-005950288ab3","name":"Explained items listing","request":{"name":"Explained items listing","description":{"content":"Retrieves item listing, which is a search without a query. The results can be filtered and sorted. The response contains an explanation of the factors that influenced the result.\n\n---\n\n**API consumers:** <span title=\"Deprecated\">AI API key (legacy)</span>, <a href=\"/docs/settings/tool/tracking_codes\" target=\"_blank\" rel=\"noopener\" title=\"Pass your tracker key in the request header\">Web SDK Tracker</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"apikey","apikey":[{"key":"key","value":"token"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"query"}]},"body":{"mode":"raw","raw":"{\n  \"page\": 9234,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 9240,\n    \"levelRangeModifier\": 9537\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"crossWorkspaceMode\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"c30c0619-e750-4274-b26b-304fa4575788","name":"Listing result","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"page\": 9234,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 9240,\n    \"levelRangeModifier\": 9537\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"crossWorkspaceMode\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"_promotedByRules\": [\n        3823,\n        9703\n      ],\n      \"_explanation\": {\n        \"extendedScoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"scoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"score\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matchedElasticFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortValue\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"key_0\": {}\n    },\n    {\n      \"_promotedByRules\": [\n        1330,\n        3562\n      ],\n      \"_explanation\": {\n        \"extendedScoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"scoreFactors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"score\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matchedElasticFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortValue\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ],\n  \"extras\": {\n    \"filteredFacets\": {\n      \"key_0\": {\n        \"key_0\": 466\n      },\n      \"key_1\": {\n        \"key_0\": 5371,\n        \"key_1\": 9178\n      },\n      \"key_2\": {\n        \"key_0\": 2889\n      }\n    },\n    \"allFacets\": {\n      \"key_0\": {\n        \"key_0\": 9332,\n        \"key_1\": 4435,\n        \"key_2\": 1596,\n        \"key_3\": 703\n      },\n      \"key_1\": {\n        \"key_0\": 7705\n      }\n    },\n    \"customFilteredFacets\": {\n      \"brand\": {\n        \"X-brand\": 1,\n        \"Y-brand\": 3\n      },\n      \"salePrice.value\": {\n        \"max\": 201.99,\n        \"min\": 14.99\n      }\n    },\n    \"correlationId\": \"string\",\n    \"searchId\": \"string\",\n    \"facetsOrdering\": [\n      \"brand\",\n      \"color\",\n      \"size\",\n      \"price\"\n    ],\n    \"explanation\": {\n      \"rulesConsequences\": {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hiddenHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"filters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"boostFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"returnNoData\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"pinFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hideFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortDetails\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"query\": {\n        \"finalQuery\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"synonyms\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"personalized\": false,\n      \"promotedItemsCount\": 464,\n      \"wasFallbackMatchingUsed\": false,\n      \"facetSelectionExplanation\": {\n        \"facetCoverage\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 2631.860023179081,\n    \"totalCount\": 7916.388782580463,\n    \"page\": 4583.469419185222,\n    \"limit\": 2993.6300463224884,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 9261.180644531201,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c6cf9e41-10e4-4753-a3fe-fb622dcd861a","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","list","explain"],"host":["{{baseUrl}}"],"query":[{"key":"token","value":"<API Key>"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"page\": 9234,\n  \"limit\": 10,\n  \"sortBy\": \"string\",\n  \"ordering\": \"asc\",\n  \"includeMeta\": false,\n  \"clientUUID\": \"string\",\n  \"personalize\": true,\n  \"correlationId\": \"string\",\n  \"searchId\": \"string\",\n  \"sortByMetric\": \"TransactionsPopularity\",\n  \"sortByGeoPoints\": \"34.052235,-118.243685\",\n  \"filterGeoPoints\": [\n    \"34.052235,-118.243685\",\n    \"15.0,65.0\"\n  ],\n  \"filterAroundRadius\": 2000,\n  \"filters\": \"string\",\n  \"facets\": [\n    \"string\",\n    \"string\"\n  ],\n  \"customFilteredFacets\": {\n    \"brand\": \"price > 100\",\n    \"price\": \"brand == foo\"\n  },\n  \"facetsSize\": 2000,\n  \"maxValuesPerFacet\": 50,\n  \"caseSensitiveFacetValues\": false,\n  \"includeFacets\": \"filtered\",\n  \"facetsOrderBy\": \"name\",\n  \"context\": [\n    \"mobile\",\n    \"listing\"\n  ],\n  \"displayAttributes\": [\n    \"title\",\n    \"price\"\n  ],\n  \"distinctFilter\": {\n    \"attribute\": \"string\",\n    \"maxNumItems\": 9240,\n    \"levelRangeModifier\": 9537\n  },\n  \"ignoreQueryRules\": false,\n  \"excludeQueryRules\": [\n    2,\n    5\n  ],\n  \"params\": {\n    \"source\": \"mobile\"\n  },\n  \"crossWorkspaceMode\": {\n    \"enabled\": true\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"63d8b66f-ded5-48c1-be1b-9efb6f1a0be6","name":"Synonyms","description":{"content":"","type":"text/plain"},"item":[{"id":"7ab13a0b-b792-4e15-a59e-f2b6c47436d2","name":"Get synonyms","request":{"name":"Get synonyms","description":{"content":"Retrieve a list of synonyms.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SYNONYMS_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"Name of the attribute by which the data will be sorted and ordered by. Supported values: `indexId`, `updatedAt`, `createdAt`, `confidence`. Defaults to `updatedAt`."},{"disabled":false,"key":"ordering","value":"desc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"source","value":"User","description":"Filter synonyms by source"},{"disabled":false,"key":"state","value":"Accepted","description":"Filter synonyms by state"},{"disabled":false,"key":"type","value":"oneway","description":"Filter synonyms by type"},{"disabled":false,"key":"search","value":"string","description":"Search synonyms by word or synonym phrase (case-insensitive partial match)"},{"disabled":false,"key":"confidence","value":"0.29023827025571813","description":"Filter synonyms with confidence greater than or equal to this value"}],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c7b45221-44e0-4bee-9bd4-2f4ad65ffd94","name":"List of synonyms returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"source","value":"User"},{"key":"state","value":"Accepted"},{"key":"type","value":"oneway"},{"key":"search","value":"string"},{"key":"confidence","value":"0.29023827025571813"}],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"id\": 4184,\n      \"type\": \"oneway\",\n      \"word\": \"string\",\n      \"synonyms\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"createdAt\": \"string\",\n      \"updatedAt\": \"string\",\n      \"confidence\": 0.5599894741563958,\n      \"reason\": \"string\",\n      \"source\": \"User\",\n      \"state\": \"Accepted\"\n    },\n    {\n      \"id\": 4757,\n      \"type\": \"oneway\",\n      \"word\": \"string\",\n      \"synonyms\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"createdAt\": \"string\",\n      \"updatedAt\": \"string\",\n      \"confidence\": 0.8383992108404534,\n      \"reason\": \"string\",\n      \"source\": \"User\",\n      \"state\": \"Accepted\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 7274.783236822593,\n    \"totalCount\": 9495.923391960863,\n    \"page\": 3745.0246093540686,\n    \"limit\": 5581.047030586097,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 3541.9625504197406,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"prev\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a121882-9f10-41fc-8913-34c93d82a8ce","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"source","value":"User"},{"key":"state","value":"Accepted"},{"key":"type","value":"oneway"},{"key":"search","value":"string"},{"key":"confidence","value":"0.29023827025571813"}],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5cd0cd5f-b363-48d6-82f1-76696d2bf4b1","name":"Create synonym","request":{"name":"Create synonym","description":{"content":"Creates a new synonym.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SYNONYMS_SEARCH_CREATE`\n\n**User role permission required:** `assets_search: create`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"synonyms\": [\n    \"string\",\n    \"string\"\n  ],\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"confidence\": 0.4656002791872603,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"5e825e8d-d9c8-4dee-ab4a-633345e6f2cd","name":"Id of created synonym returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"synonyms\": [\n    \"string\",\n    \"string\"\n  ],\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"confidence\": 0.4656002791872603,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 7249,\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"synonyms\": [\n    \"string\",\n    \"string\"\n  ],\n  \"createdAt\": \"string\",\n  \"updatedAt\": \"string\",\n  \"confidence\": 0.43046319446493253,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6bf80a74-e953-4672-8e63-92e3aaa6e454","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"synonyms\": [\n    \"string\",\n    \"string\"\n  ],\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"confidence\": 0.4656002791872603,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"51beb702-bc3a-4ade-a395-ac491dfbab93","name":"Batch insert synonyms","request":{"name":"Batch insert synonyms","description":{"content":"Insert multiple synonyms into an index at once.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SYNONYMS_SEARCH_CREATE`\n\n**User role permission required:** `assets_search: create`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms","batch"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"source","value":"User","description":"Source to assign to imported synonyms"}],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"synonyms","type":"file","description":"Uploaded CSV file to be used in synonyms update"}]}},"response":[{"id":"4ffa2ac8-b119-4162-a680-953fed35c50c","name":"Summary of batch insertion","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms","batch"],"host":["{{baseUrl}}"],"query":[{"key":"source","value":"User"}],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"attemptedInserts\": 1435,\n  \"actualInserts\": 4605,\n  \"errors\": [\n    \"string\",\n    \"string\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6fe4c3bb-2660-4dc7-b7b2-871842313ca2","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms","batch"],"host":["{{baseUrl}}"],"query":[{"key":"source","value":"User"}],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b0530c56-cc4e-4ca7-853d-7aed90a17afe","name":"Replace all synonyms","request":{"name":"Replace all synonyms","description":{"content":"<span style=\"color:red\"><strong>Deletes all existing synonyms</strong></span> from an index and then inserts multiple new synonyms at once.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SYNONYMS_SEARCH_UPDATE`\n\n**User role permission required:** `assets_search: update`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms","replace-all"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"source","value":"User","description":"Source to assign to imported synonyms"}],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"synonyms","type":"file","description":"Uploaded CSV file to be used in synonyms update"}]}},"response":[{"id":"064c3431-f26c-4ea3-adf5-21ceb66f595e","name":"All synonyms replaced","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms","replace-all"],"host":["{{baseUrl}}"],"query":[{"key":"source","value":"User"}],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"33332235-2705-4d8b-9d87-091320c4f46d","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms","replace-all"],"host":["{{baseUrl}}"],"query":[{"key":"source","value":"User"}],"variable":[{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f35079de-8b5e-4465-b3a3-1c7ff20c208f","name":"Get synonym","request":{"name":"Get synonym","description":{"content":"Retrieves a synonym.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SYNONYMS_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"518","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"5549df1f-fb4b-4b82-b73f-ac3277b4247a","name":"Synonym returned.","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"518","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 7249,\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"synonyms\": [\n    \"string\",\n    \"string\"\n  ],\n  \"createdAt\": \"string\",\n  \"updatedAt\": \"string\",\n  \"confidence\": 0.43046319446493253,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be63369d-529f-4ab9-b95f-e4ce6722e7ef","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"518","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2e23b9c2-c52b-4705-8b24-0c01be699a11","name":"Update synonym","request":{"name":"Update synonym","description":{"content":"Updates a synonym identified by `id`.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SYNONYMS_SEARCH_UPDATE`\n\n**User role permission required:** `assets_search: update`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"518","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"synonyms\": [\n    \"string\",\n    \"string\"\n  ],\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"confidence\": 0.4656002791872603,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"dd988bfa-b6d0-40b2-b2c8-9874d4999875","name":"Updated synonym returned.","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"518","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"synonyms\": [\n    \"string\",\n    \"string\"\n  ],\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"confidence\": 0.4656002791872603,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": 7249,\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"synonyms\": [\n    \"string\",\n    \"string\"\n  ],\n  \"createdAt\": \"string\",\n  \"updatedAt\": \"string\",\n  \"confidence\": 0.43046319446493253,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8e45b0a1-9c91-4a69-90f5-d3f30282f85e","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"518","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"synonyms\": [\n    \"string\",\n    \"string\"\n  ],\n  \"type\": \"oneway\",\n  \"word\": \"string\",\n  \"confidence\": 0.4656002791872603,\n  \"reason\": \"string\",\n  \"source\": \"User\",\n  \"state\": \"Accepted\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0880c7ce-d1b0-4a7d-89cd-af945c5f915d","name":"Delete synonym","request":{"name":"Delete synonym","description":{"content":"Deletes a synonym with given id.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SYNONYMS_SEARCH_DELETE`\n\n**User role permission required:** `assets_search: delete`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"518","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ba989d16-cdc6-42cb-856e-751fdda5d06e","name":"Synonym deleted","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"518","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e68cf7ac-a3fa-452d-af9c-796228ab8b22","name":"Some error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","synonyms",":synonymId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"518","key":"synonymId","description":"(Required) Synonym identifier"},{"disabled":false,"type":"any","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","key":"indexId","description":"(Required) Index identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"ac1bd780-1173-4644-9655-bb4a4ff6b87c","name":"Search Configuration","description":{"content":"","type":"text/plain"},"item":[{"id":"31c73f08-229d-4eb5-b8e1-370bda19d6db","name":"Get values of filterable attributes","request":{"name":"Get values of filterable attributes","description":{"content":"Retrieve values of filterable attributes.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","attributes","filterable","values"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"attribute","value":"string","description":"(Required) List of attributes for which values will be fetched"},{"disabled":false,"key":"attribute","value":"string","description":"(Required) List of attributes for which values will be fetched"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"827bef69-34ff-42bb-8f07-549bf9059af5","name":"Values returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","attributes","filterable","values"],"host":["{{baseUrl}}"],"query":[{"key":"attribute","value":"string"},{"key":"attribute","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"key_0\": [\n    \"string\",\n    \"string\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f9021f99-ff5a-4087-9a48-c1e3d67c51ff","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","attributes","filterable","values"],"host":["{{baseUrl}}"],"query":[{"key":"attribute","value":"string"},{"key":"attribute","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index to be used in the search operation"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"691ff4be-6896-432b-964b-0f579b593673","name":"Get configurations of all indices","request":{"name":"Get configurations of all indices","description":{"content":"Retrieve the configurations of all indices.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"Name of the attribute by which the data will be sorted"},{"disabled":false,"key":"ordering","value":"desc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"name","value":"string","description":"Deprecated parameter. If `query` is provided, this parameter is ignored.\nIf an index has an `id` equal to the value of this parameter, only that index will be retrieved. Otherwise, all indices containing this value in their `name` will be retrieved.\n"},{"disabled":false,"key":"query","value":"string","description":"If an index has an `id` equal to the value of this parameter, only that index will be retrieved. Otherwise, all indices containing this value in their `name` will be retrieved. This parameter replaces the deprecated `name` parameter."},{"disabled":false,"key":"excludeAbTests","value":"true","description":"Only indices not involved in currently running AB tests will be retrieved."},{"disabled":false,"key":"directoryId","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","description":"Requested directoryId of the rule."},{"disabled":false,"key":"type","value":"Hybrid","description":"Requested type of the rule."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"dc5f3814-2c31-4b05-b152-c49320550ba4","name":"Configurations returned","originalRequest":{"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"name","value":"string"},{"key":"query","value":"string"},{"key":"excludeAbTests","value":"true"},{"key":"directoryId","value":"d160144d-42cd-7e1b-a010-5e27aaabd961"},{"key":"type","value":"Hybrid"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"indexId\": \"string\",\n      \"indexName\": \"string\",\n      \"description\": \"string\",\n      \"itemsCatalogId\": \"string\",\n      \"language\": \"string\",\n      \"enabled\": false,\n      \"ignoreUnavailableItems\": true,\n      \"scoring\": {\n        \"pageVisitsPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"transactionsPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"personalized\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"tieBreaker\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matching\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"fallbackMatching\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"similarity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"crossWorkspaceMode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"suggestions\": {\n        \"smoothingModel\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"gramSize\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxErrors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minWordLength\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"useAlways\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"tokenizer\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"analyzers\": {\n        \"autocomplete\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"attributesWithoutPrefixSearch\": [\n        \"brand\",\n        \"color\",\n        \"promotion.type\"\n      ],\n      \"attributesWithoutTypoTolerance\": [\n        \"itemId\",\n        \"link\"\n      ],\n      \"valuesWithoutTypoTolerance\": [\n        \"Nike\",\n        \"blue\",\n        \"74997\"\n      ],\n      \"typoToleranceOnNumericValues\": true,\n      \"searchableAttributes\": {\n        \"fullText\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"fullTextBoosted\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"fullTextStronglyBoosted\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"displayableAttributes\": [\n        \"brand\",\n        \"color\",\n        \"promotion.type\"\n      ],\n      \"facetableAttributes\": {\n        \"range\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"text\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"filterableAttributes\": {\n        \"range\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"text\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortableAttributes\": {\n        \"range\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"text\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"distinctFilterAttributes\": {\n        \"range\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"text\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"recentSearches\": {\n        \"windowSize\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"timeSpan\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"reranking\": {\n        \"dynamicReranker\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"queryClassification\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"dynamicSynonyms\": {\n        \"enabled\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"workflowIntervalDays\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"coldStart\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"autoAcceptThreshold\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"dynamicFacets\": {\n        \"enabled\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minCoverageThreshold\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"geoSearch\": {\n        \"geoSearchableAttribute\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"queryRules\": {\n        \"consequencesJoinOperators\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"updatedAt\": \"1978-08-13T04:52:20.769Z\",\n      \"createdAt\": \"1984-01-07T11:55:56.760Z\"\n    },\n    {\n      \"indexId\": \"string\",\n      \"indexName\": \"string\",\n      \"description\": \"string\",\n      \"itemsCatalogId\": \"string\",\n      \"language\": \"string\",\n      \"enabled\": false,\n      \"ignoreUnavailableItems\": true,\n      \"scoring\": {\n        \"pageVisitsPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"transactionsPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"personalized\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"tieBreaker\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"matching\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"fallbackMatching\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"similarity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"crossWorkspaceMode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"suggestions\": {\n        \"smoothingModel\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"gramSize\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxErrors\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minWordLength\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"useAlways\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"tokenizer\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"analyzers\": {\n        \"autocomplete\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"attributesWithoutPrefixSearch\": [\n        \"brand\",\n        \"color\",\n        \"promotion.type\"\n      ],\n      \"attributesWithoutTypoTolerance\": [\n        \"itemId\",\n        \"link\"\n      ],\n      \"valuesWithoutTypoTolerance\": [\n        \"Nike\",\n        \"blue\",\n        \"74997\"\n      ],\n      \"typoToleranceOnNumericValues\": true,\n      \"searchableAttributes\": {\n        \"fullText\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"fullTextBoosted\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"fullTextStronglyBoosted\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"displayableAttributes\": [\n        \"brand\",\n        \"color\",\n        \"promotion.type\"\n      ],\n      \"facetableAttributes\": {\n        \"range\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"text\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"filterableAttributes\": {\n        \"range\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"text\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortableAttributes\": {\n        \"range\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"text\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"distinctFilterAttributes\": {\n        \"range\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"text\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"recentSearches\": {\n        \"windowSize\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"timeSpan\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"reranking\": {\n        \"dynamicReranker\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"queryClassification\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"dynamicSynonyms\": {\n        \"enabled\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"workflowIntervalDays\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"coldStart\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"autoAcceptThreshold\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"dynamicFacets\": {\n        \"enabled\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxFacets\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minCoverageThreshold\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"geoSearch\": {\n        \"geoSearchableAttribute\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"queryRules\": {\n        \"consequencesJoinOperators\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"updatedAt\": \"1998-08-24T19:00:43.135Z\",\n      \"createdAt\": \"1954-11-17T08:07:58.227Z\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 3634.1943071640194,\n    \"totalCount\": 3806.998470892349,\n    \"page\": 7962.5455822097665,\n    \"limit\": 9545.73433086492,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 2550.8367860505878,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"last\"\n      }\n    ]\n  },\n  \"extras\": {\n    \"indexLimit\": 1172,\n    \"indexLimitReached\": false\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"10197b44-2bb4-42e8-82e8-e4bfefa8261d","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"name","value":"string"},{"key":"query","value":"string"},{"key":"excludeAbTests","value":"true"},{"key":"directoryId","value":"d160144d-42cd-7e1b-a010-5e27aaabd961"},{"key":"type","value":"Hybrid"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c225cb2a-58db-4fb9-9da1-780df6472519","name":"Post index configuration","request":{"name":"Post index configuration","description":{"content":"Creates a new configuration of a single index.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_CREATE`\n\n**User role permission required:** `assets_search: create`\n","type":"text/plain"},"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"enabled\": false,\n  \"description\": \"string\",\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Popularity\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"NgramWithSynonyms\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": true,\n      \"numberOfItems\": 28,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 4276\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e873f908-3ed7-4c18-9304-5b0ecc98cb3c","name":"Returned created configuration","originalRequest":{"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"enabled\": false,\n  \"description\": \"string\",\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Popularity\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"NgramWithSynonyms\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": true,\n      \"numberOfItems\": 28,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 6981\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"enabled\": false,\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Accuracy\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"EdgeNgram\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": false,\n      \"numberOfItems\": 35,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 6731\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"dynamicSynonyms\": {\n    \"enabled\": false,\n    \"workflowIntervalDays\": 14,\n    \"coldStart\": false,\n    \"autoAcceptThreshold\": 0.8\n  },\n  \"dynamicFacets\": {\n    \"enabled\": false,\n    \"maxFacets\": 10,\n    \"minCoverageThreshold\": 0.1\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  },\n  \"updatedAt\": \"1967-08-21T13:09:16.765Z\",\n  \"createdAt\": \"1956-01-14T23:53:24.867Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb03db1a-c089-467c-8644-ede99fdb438d","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"enabled\": false,\n  \"description\": \"string\",\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Popularity\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"NgramWithSynonyms\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": true,\n      \"numberOfItems\": 28,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 6981\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c00a2990-c9b0-4ce4-819c-6e651d0d2017","name":"Get index configuration","request":{"name":"Get index configuration","description":{"content":"Retrieve the configuration of a single index.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"17bd8f1a-2c24-406e-b9f8-0e39cbe00137","name":"Configuration returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"enabled\": false,\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Accuracy\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"EdgeNgram\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": false,\n      \"numberOfItems\": 35,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 6731\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"dynamicSynonyms\": {\n    \"enabled\": false,\n    \"workflowIntervalDays\": 14,\n    \"coldStart\": false,\n    \"autoAcceptThreshold\": 0.8\n  },\n  \"dynamicFacets\": {\n    \"enabled\": false,\n    \"maxFacets\": 10,\n    \"minCoverageThreshold\": 0.1\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  },\n  \"updatedAt\": \"1967-08-21T13:09:16.765Z\",\n  \"createdAt\": \"1956-01-14T23:53:24.867Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"598ea37b-102e-4ee6-9682-5fbd247662c3","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7a85f6d8-0158-4fc3-979d-ac40488aa6eb","name":"Update index configuration","request":{"name":"Update index configuration","description":{"content":"Update the configuration of a single index.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_UPDATE`\n\n**User role permission required:** `assets_search: update`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"enabled\": false,\n  \"description\": \"string\",\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Popularity\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"NgramWithSynonyms\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": true,\n      \"numberOfItems\": 28,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 6981\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"8389e234-7995-4f6f-879d-1921979b710c","name":"Returned updated configuration","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"enabled\": false,\n  \"description\": \"string\",\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Popularity\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"NgramWithSynonyms\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": true,\n      \"numberOfItems\": 28,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 6981\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"enabled\": false,\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Accuracy\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"EdgeNgram\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": false,\n      \"numberOfItems\": 35,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 6731\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"dynamicSynonyms\": {\n    \"enabled\": false,\n    \"workflowIntervalDays\": 14,\n    \"coldStart\": false,\n    \"autoAcceptThreshold\": 0.8\n  },\n  \"dynamicFacets\": {\n    \"enabled\": false,\n    \"maxFacets\": 10,\n    \"minCoverageThreshold\": 0.1\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  },\n  \"updatedAt\": \"1967-08-21T13:09:16.765Z\",\n  \"createdAt\": \"1956-01-14T23:53:24.867Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9177d001-a2d7-4cee-bacc-845ea4e33ced","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"enabled\": false,\n  \"description\": \"string\",\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Popularity\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"NgramWithSynonyms\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": true,\n      \"numberOfItems\": 28,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 6981\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"95f44d92-3ef4-45a9-9e08-49eddc7a15ea","name":"Delete index configuration","request":{"name":"Delete index configuration","description":{"content":"Delete the configuration of a single index.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_DELETE`\n\n**User role permission required:** `assets_search: delete`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f31fc96e-b3ca-4af7-ab23-b8ff458e4bb3","name":"Configuration deleted","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"25fcdd47-6235-4859-9124-c2aad3f4e900","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4b83979a-6739-4b04-9d87-8f0b69d8bd92","name":"Get index state","request":{"name":"Get index state","description":{"content":"Retrieve the state of a single index.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"222f6bd0-bb9c-4b6d-a7af-6325e25619a5","name":"State returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"state\": \"ReadyUpToDate\",\n  \"lastConfigChange\": \"1980-10-01T06:28:43.435Z\",\n  \"errorReason\": \"string\",\n  \"log\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e5a83317-0d2e-4a77-84fb-2d75f5db2acd","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5da5a884-41cc-44ee-96af-2c7a8590a494","name":"Get supported languages","request":{"name":"Get supported languages","description":{"content":"Retrieve supported languages.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","supported-languages"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"553b5683-a0c3-4990-9bb3-d5245a2ccf92","name":"Supported search languages as ISO 639-1 codes","originalRequest":{"url":{"path":["search","v2","supported-languages"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"pl\": \"Polish\",\n  \"ro\": \"Romanian\",\n  \"ru\": \"Russian\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0b653f95-8fe1-496f-bdbb-d58d05907a41","name":"Service not available","originalRequest":{"url":{"path":["search","v2","supported-languages"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ae6a0e78-c92d-430e-b977-15dc3b5756e5","name":"Duplicate index","request":{"name":"Duplicate index","description":{"content":"duplicate index.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_CREATE`\n\n**User role permission required:** `assets_search: create`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d961751b-d82c-47ee-b45b-8a1f0a9d689c","name":"Returned newly created duplicate index","originalRequest":{"url":{"path":["search","v2","indices",":indexId","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"itemsCatalogId\": \"string\",\n  \"language\": \"string\",\n  \"enabled\": false,\n  \"ignoreUnavailableItems\": true,\n  \"scoring\": {\n    \"pageVisitsPopularity\": 0,\n    \"transactionsPopularity\": 0,\n    \"personalized\": 0,\n    \"tieBreaker\": 0,\n    \"matching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fallbackMatching\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"similarity\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"crossWorkspaceMode\": {\n      \"enabled\": false\n    }\n  },\n  \"suggestions\": {\n    \"smoothingModel\": \"Accuracy\",\n    \"gramSize\": 3,\n    \"maxErrors\": 2,\n    \"minWordLength\": 4,\n    \"useAlways\": false\n  },\n  \"tokenizer\": {\n    \"type\": \"Whitespace\"\n  },\n  \"analyzers\": {\n    \"autocomplete\": \"EdgeNgram\"\n  },\n  \"attributesWithoutPrefixSearch\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"attributesWithoutTypoTolerance\": [\n    \"itemId\",\n    \"link\"\n  ],\n  \"valuesWithoutTypoTolerance\": [\n    \"Nike\",\n    \"blue\",\n    \"74997\"\n  ],\n  \"typoToleranceOnNumericValues\": true,\n  \"searchableAttributes\": {\n    \"fullText\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"fullTextStronglyBoosted\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ]\n  },\n  \"displayableAttributes\": [\n    \"brand\",\n    \"color\",\n    \"promotion.type\"\n  ],\n  \"facetableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"filterableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"sortableAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"distinctFilterAttributes\": {\n    \"range\": [\n      \"age\",\n      \"customScore.value\",\n      \"salePrice.value\"\n    ],\n    \"text\": [\n      \"brand\",\n      \"color\",\n      \"promotion.type\"\n    ],\n    \"datetime\": [\n      \"created\",\n      \"attributes.modifiedAt\"\n    ]\n  },\n  \"recentSearches\": {\n    \"windowSize\": 100,\n    \"timeSpan\": {\n      \"type\": \"DAYS\",\n      \"value\": 30\n    }\n  },\n  \"reranking\": {\n    \"dynamicReranker\": {\n      \"enabled\": false,\n      \"numberOfItems\": 35,\n      \"filter\": \"string\",\n      \"minNumberOfEvents\": 6731\n    },\n    \"queryClassification\": {\n      \"enabled\": false,\n      \"actions\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedPhrases\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"excludedCategories\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  },\n  \"dynamicSynonyms\": {\n    \"enabled\": false,\n    \"workflowIntervalDays\": 14,\n    \"coldStart\": false,\n    \"autoAcceptThreshold\": 0.8\n  },\n  \"dynamicFacets\": {\n    \"enabled\": false,\n    \"maxFacets\": 10,\n    \"minCoverageThreshold\": 0.1\n  },\n  \"geoSearch\": {\n    \"geoSearchableAttribute\": \"string\"\n  },\n  \"queryRules\": {\n    \"consequencesJoinOperators\": {\n      \"standardFilters\": \"OR\",\n      \"elasticFilters\": \"OR\"\n    }\n  },\n  \"updatedAt\": \"1967-08-21T13:09:16.765Z\",\n  \"createdAt\": \"1956-01-14T23:53:24.867Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0b71d9e3-76b0-4fd0-8dc4-3537b95accf7","name":"Service not available","originalRequest":{"url":{"path":["search","v2","indices",":indexId","duplicate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"fd6ef850-00d5-4ebb-96e7-8882a1df6c7a","name":"Suggestions Configuration","description":{"content":"","type":"text/plain"},"item":[{"id":"d2113f47-5a36-4e30-adaf-eec29615bcf9","name":"Get suggestion indices","request":{"name":"Get suggestion indices","description":{"content":"Retrieve a list of all suggestion index configurations in the workspace.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"Name of the attribute by which the data will be sorted"},{"disabled":false,"key":"ordering","value":"desc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"name","value":"string","description":"Deprecated parameter. If `query` is provided, this parameter is ignored.\nIf an index has an `id` equal to the value of this parameter, only that index will be retrieved. Otherwise, all indices containing this value in their `name` will be retrieved.\n"},{"disabled":false,"key":"query","value":"string","description":"If an index has an `id` equal to the value of this parameter, only that index will be retrieved. Otherwise, all indices containing this value in their `name` will be retrieved. This parameter replaces the deprecated `name` parameter."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"dce60280-5636-4c0b-8a28-fc57feae6b80","name":"List of suggestion index configurations","originalRequest":{"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"name","value":"string"},{"key":"query","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"indexId\": \"string\",\n      \"indexName\": \"string\",\n      \"description\": \"string\",\n      \"author\": 8704,\n      \"enabled\": false,\n      \"sources\": {\n        \"indices\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"external\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"generate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"denylist\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"updatedAt\": \"1998-01-19T08:57:45.670Z\",\n      \"createdAt\": \"2009-05-05T08:22:16.705Z\"\n    },\n    {\n      \"indexId\": \"string\",\n      \"indexName\": \"string\",\n      \"description\": \"string\",\n      \"author\": 5443,\n      \"enabled\": true,\n      \"sources\": {\n        \"indices\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"external\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"generate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"denylist\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"updatedAt\": \"2024-03-10T16:29:56.268Z\",\n      \"createdAt\": \"1950-11-03T19:32:54.256Z\"\n    }\n  ],\n  \"meta\": {\n    \"totalPages\": 8093.060302081233,\n    \"totalCount\": 8194.705930464255,\n    \"page\": 9784.129223581389,\n    \"limit\": 7581.602638350115,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 6033.711357216437,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1edda271-d9a3-447e-9ac4-f416643a3e8c","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"name","value":"string"},{"key":"query","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b71ffea4-f5aa-42f4-9323-5647ad43c220","name":"Create suggestion index","request":{"name":"Create suggestion index","description":{"content":"Create a suggestion index configuration.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_CREATE`\n\n**User role permission required:** `assets_search: create`\n","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"enabled\": true,\n  \"sources\": {\n    \"indices\": [\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"external\": [\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"generate\": [\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"description\": \"string\",\n  \"author\": 3475,\n  \"denylist\": [\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    },\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"fffc1e51-7cd6-4a9e-8888-ed65beabc516","name":"Suggestion index config created","originalRequest":{"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"enabled\": false,\n  \"sources\": {\n    \"indices\": [\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"external\": [\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"generate\": [\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"description\": \"string\",\n  \"author\": 7007,\n  \"denylist\": [\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    },\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"author\": 9333,\n  \"enabled\": true,\n  \"sources\": {\n    \"indices\": [\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"external\": [\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"generate\": [\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"denylist\": [\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    },\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    }\n  ],\n  \"updatedAt\": \"2017-05-24T07:05:09.903Z\",\n  \"createdAt\": \"1991-09-22T04:52:14.994Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"eab54213-fa64-4a7c-a095-446fca9f7e78","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"enabled\": false,\n  \"sources\": {\n    \"indices\": [\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"external\": [\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"generate\": [\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"description\": \"string\",\n  \"author\": 7007,\n  \"denylist\": [\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    },\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"03adb639-ef35-48df-aa29-77c3a6699acd","name":"Get suggestion index","request":{"name":"Get suggestion index","description":{"content":"Retrieve a suggestion index configuration.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1503ce06-b496-4f5d-8312-5f9f312878e2","name":"Suggestion index configuration","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"author\": 9333,\n  \"enabled\": true,\n  \"sources\": {\n    \"indices\": [\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"external\": [\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"generate\": [\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"denylist\": [\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    },\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    }\n  ],\n  \"updatedAt\": \"2017-05-24T07:05:09.903Z\",\n  \"createdAt\": \"1991-09-22T04:52:14.994Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b58d647d-8131-4fad-8401-965dd264adc8","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7f552092-5af5-4851-9e3f-cb27439998a3","name":"Create/replace suggestion index","request":{"name":"Create/replace suggestion index","description":{"content":"Create a suggestion index configuration or replace an existing one, given the index ID.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_UPDATE`\n\n**User role permission required:** `assets_search: update`\n","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"enabled\": false,\n  \"sources\": {\n    \"indices\": [\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"external\": [\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"generate\": [\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"description\": \"string\",\n  \"author\": 7007,\n  \"denylist\": [\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    },\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"033ed178-296c-4cb8-9407-edd81edeebc9","name":"Suggestion index config created or replaced successfully","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"enabled\": false,\n  \"sources\": {\n    \"indices\": [\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"external\": [\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"generate\": [\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"description\": \"string\",\n  \"author\": 7007,\n  \"denylist\": [\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    },\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"indexName\": \"string\",\n  \"description\": \"string\",\n  \"author\": 9333,\n  \"enabled\": true,\n  \"sources\": {\n    \"indices\": [\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"external\": [\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"generate\": [\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"denylist\": [\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    },\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    }\n  ],\n  \"updatedAt\": \"2017-05-24T07:05:09.903Z\",\n  \"createdAt\": \"1991-09-22T04:52:14.994Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dbe03252-d685-45fe-ad9b-ce9dff6e48fa","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"indexName\": \"string\",\n  \"enabled\": false,\n  \"sources\": {\n    \"indices\": [\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"indexId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minPopularity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minHits\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"minLetters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"daysInterval\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"validate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"external\": [\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"count\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"generate\": [\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"itemsCatalogId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"attributes\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"description\": \"string\",\n  \"author\": 7007,\n  \"denylist\": [\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    },\n    {\n      \"pattern\": \"string\",\n      \"matchingType\": \"Phrase\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dc909d76-5d47-4b8d-9e07-b017230cc93e","name":"Delete suggestion index","request":{"name":"Delete suggestion index","description":{"content":"Delete a suggestion index configuration.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_DELETE`\n\n**User role permission required:** `assets_search: delete`\n","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"38acd35b-03da-410e-9c7a-4c95dace2c79","name":"Suggestion index config deleted","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"a4864fcb-8fc1-47d0-91a5-3b84b1d0dcd9","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","config"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"47b7e009-83f7-4c8d-a164-9685659e8f8d","name":"Get suggestion index state","request":{"name":"Get suggestion index state","description":{"content":"Retrieve the state of a single suggestion index.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `ITEMS_SEARCH_CONFIG_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","suggestion-indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"47c94fc3-a428-4a3c-b017-c4ab12eb04e1","name":"Suggestion index state","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"indexId\": \"string\",\n  \"state\": \"ReadyUpToDate\",\n  \"lastConfigChange\": \"1980-10-01T06:28:43.435Z\",\n  \"errorReason\": \"string\",\n  \"log\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bc3a9504-b071-4d7b-9bc1-a43911179170","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","suggestion-indices",":indexId","state"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"172e7ff8-3647-4491-a84a-b06188796d05","name":"Query Rules","description":{"content":"","type":"text/plain"},"item":[{"id":"a432785a-fc9a-412c-911c-1b220f438fdc","name":"Get rules","request":{"name":"Get rules","description":{"content":"Retrieves a list of rules.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `QUERY_RULES_SEARCH_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"status","value":"paused","description":"Only rules with this status will be retrieved."},{"disabled":false,"key":"name","value":"string","description":"Only rules containing this name will be retrieved."},{"disabled":false,"key":"page","value":"4","description":"Page number to return for pagination. The first page has the index `1`."},{"disabled":false,"key":"limit","value":"100","description":"The number of items to return per page"},{"disabled":false,"key":"sortBy","value":"string","description":"Name of the attribute by which the data will be sorted"},{"disabled":false,"key":"ordering","value":"desc","description":"Sorting order"},{"disabled":false,"key":"includeMeta","value":"false","description":"\nWhen `true`, pagination metadata is included in the response body.\n\nWhen `false`, the data is included in the response headers:\n\n- Link: links to neighbors, first, and last pages in pagination.\n\n- X-Pagination-Total-Count: total number of items on all pages\n\n- X-Pagination-Total-Pages: total number of pages\n\n- X-Pagination-Page: current page\n\n- X-Pagination-Limit: maximum number of items on a page\n\n- X-Pagination-Sorted-By: parameter that the items were sorted by\n\n- X-Pagination-Ordering: sorting direction\n"},{"disabled":false,"key":"directoryId","value":"d160144d-42cd-7e1b-a010-5e27aaabd961","description":"Requested directoryId of the rule."},{"disabled":false,"key":"search","value":"string","description":"Requested part of the name or the id of the rule."},{"disabled":false,"key":"consequenceType","value":"replaceQuery","description":"Only rules producing at least one of the given consequence types will be retrieved. May be repeated."},{"disabled":false,"key":"consequenceType","value":"standardFilter","description":"Only rules producing at least one of the given consequence types will be retrieved. May be repeated."}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bd5531a9-b4a9-4fdf-8aee-1396a78e1001","name":"List of rules","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[{"key":"status","value":"paused"},{"key":"name","value":"string"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"directoryId","value":"d160144d-42cd-7e1b-a010-5e27aaabd961"},{"key":"search","value":"string"},{"key":"consequenceType","value":"elasticFilter"},{"key":"consequenceType","value":"returnNoData"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"status\": \"string\",\n      \"rule\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"author\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"state\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"activeFrom\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"activeTo\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"timezone\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"updatedAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"createdAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"data\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    {\n      \"status\": \"string\",\n      \"rule\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"author\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"state\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"activeFrom\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"activeTo\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"timezone\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"updatedAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"createdAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"data\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ],\n  \"extras\": {\n    \"statuses\": {\n      \"Finished\": 5541,\n      \"Draft\": 3115,\n      \"Paused\": 4924,\n      \"Scheduled\": 4559,\n      \"Active\": 2530\n    }\n  },\n  \"meta\": {\n    \"totalPages\": 6545.282723355605,\n    \"totalCount\": 8274.80196233854,\n    \"page\": 9277.632225598543,\n    \"limit\": 9811.861481822056,\n    \"sortedBy\": \"string\",\n    \"ordering\": \"string\",\n    \"code\": 6282.0041248572015,\n    \"link\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      }\n    ]\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3bacaaa7-9b22-495b-802b-16d0873b7553","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[{"key":"status","value":"paused"},{"key":"name","value":"string"},{"key":"page","value":"4"},{"key":"limit","value":"100"},{"key":"sortBy","value":"string"},{"key":"ordering","value":"desc"},{"key":"includeMeta","value":"false"},{"key":"directoryId","value":"d160144d-42cd-7e1b-a010-5e27aaabd961"},{"key":"search","value":"string"},{"key":"consequenceType","value":"elasticFilter"},{"key":"consequenceType","value":"returnNoData"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fd5469ed-d401-4bd7-b7fd-974aaaeafd5f","name":"Create rule","request":{"name":"Create rule","description":{"content":"Creates a new rule.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `QUERY_RULES_SEARCH_CREATE`\n\n**User role permission required:** `assets_search: create`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"author\": 4930,\n  \"activeFrom\": \"string\",\n  \"activeTo\": \"string\",\n  \"timezone\": \"string\",\n  \"data\": {\n    \"conditions\": {\n      \"patterns\": [\n        \"phone\",\n        \"notebook\",\n        \"mouse {color} {brand}\"\n      ],\n      \"matchingType\": \"contains\",\n      \"contexts\": [\n        \"listing\",\n        \"web\",\n        \"mobile\"\n      ],\n      \"filters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    \"queryConsequences\": [\n      {\n        \"type\": \"replaceQuery\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      },\n      {\n        \"type\": \"removeWord\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      }\n    ],\n    \"postQueryConsequences\": {\n      \"hideHits\": [\n        \"string\",\n        \"string\"\n      ],\n      \"promoteHits\": [\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"promoteHitsPositionStrategy\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"standardFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"elasticFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"boostFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"topHitsFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"distinctFilter\": {\n        \"attribute\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxNumItems\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"categoryLevelModifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortBy\": {\n        \"attribute\": \"string\",\n        \"ordering\": \"asc\"\n      },\n      \"customData\": \"{\\\"customLandingPage\\\": \\\"https://synerise.com/\\\"}\",\n      \"returnNoData\": false,\n      \"pinFacets\": [\n        {\n          \"attribute\": \"size\",\n          \"position\": 1\n        },\n        {\n          \"attribute\": \"width\",\n          \"position\": 2\n        },\n        {\n          \"attribute\": \"gift_wrap\"\n        }\n      ],\n      \"hideFacets\": [\n        \"material\",\n        \"fabric\",\n        \"sleeve_length\"\n      ]\n    },\n    \"audience\": {\n      \"segmentationIds\": [\n        \"34ab56cd-789be-22ee-11ab-123456789abc\",\n        \"12xy34z5-456b-33cc-7o52-987654321ece\"\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7cbb5da8-09fe-466e-a9c5-3ea62b7d96f1","name":"ID of the new rule","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"author\": 8740,\n  \"activeFrom\": \"string\",\n  \"activeTo\": \"string\",\n  \"timezone\": \"string\",\n  \"data\": {\n    \"conditions\": {\n      \"patterns\": [\n        \"phone\",\n        \"notebook\",\n        \"mouse {color} {brand}\"\n      ],\n      \"matchingType\": \"is\",\n      \"contexts\": [\n        \"listing\",\n        \"web\",\n        \"mobile\"\n      ],\n      \"filters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    \"queryConsequences\": [\n      {\n        \"type\": \"removeWord\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      },\n      {\n        \"type\": \"replaceQuery\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      }\n    ],\n    \"postQueryConsequences\": {\n      \"hideHits\": [\n        \"string\",\n        \"string\"\n      ],\n      \"promoteHits\": [\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"promoteHitsPositionStrategy\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"standardFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"elasticFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"boostFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"topHitsFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"distinctFilter\": {\n        \"attribute\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxNumItems\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"categoryLevelModifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortBy\": {\n        \"attribute\": \"string\",\n        \"ordering\": \"asc\"\n      },\n      \"customData\": \"{\\\"customLandingPage\\\": \\\"https://synerise.com/\\\"}\",\n      \"returnNoData\": false,\n      \"pinFacets\": [\n        {\n          \"attribute\": \"size\",\n          \"position\": 1\n        },\n        {\n          \"attribute\": \"width\",\n          \"position\": 2\n        },\n        {\n          \"attribute\": \"gift_wrap\"\n        }\n      ],\n      \"hideFacets\": [\n        \"material\",\n        \"fabric\",\n        \"sleeve_length\"\n      ]\n    },\n    \"audience\": {\n      \"segmentationIds\": [\n        \"34ab56cd-789be-22ee-11ab-123456789abc\",\n        \"12xy34z5-456b-33cc-7o52-987654321ece\"\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"rule\": {\n    \"id\": 3764,\n    \"name\": \"string\",\n    \"author\": 3844,\n    \"state\": \"draft\",\n    \"activeFrom\": \"string\",\n    \"activeTo\": \"string\",\n    \"timezone\": \"string\",\n    \"updatedAt\": \"string\",\n    \"createdAt\": \"string\",\n    \"data\": {\n      \"conditions\": {\n        \"patterns\": [\n          \"phone\",\n          \"notebook\",\n          \"mouse {color} {brand}\"\n        ],\n        \"matchingType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"contexts\": [\n          \"listing\",\n          \"web\",\n          \"mobile\"\n        ],\n        \"filters\": {\n          \"textFilters\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"rangeFilters\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"datetimeFilters\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      },\n      \"queryConsequences\": [\n        {\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"word\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"replacement\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"word\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"replacement\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"postQueryConsequences\": {\n        \"hideHits\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"promoteHits\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"promoteHitsPositionStrategy\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"standardFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"elasticFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"boostFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"topHitsFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"distinctFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortBy\": {\n          \"attribute\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ordering\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"customData\": \"{\\\"customLandingPage\\\": \\\"https://synerise.com/\\\"}\",\n        \"returnNoData\": false,\n        \"pinFacets\": [\n          {\n            \"attribute\": \"size\",\n            \"position\": 1\n          },\n          {\n            \"attribute\": \"width\",\n            \"position\": 2\n          },\n          {\n            \"attribute\": \"gift_wrap\"\n          }\n        ],\n        \"hideFacets\": [\n          \"material\",\n          \"fabric\",\n          \"sleeve_length\"\n        ]\n      },\n      \"audience\": {\n        \"segmentationIds\": [\n          \"34ab56cd-789be-22ee-11ab-123456789abc\",\n          \"12xy34z5-456b-33cc-7o52-987654321ece\"\n        ]\n      }\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c39d587d-b628-4f2f-b086-36b4051b95d9","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"author\": 8740,\n  \"activeFrom\": \"string\",\n  \"activeTo\": \"string\",\n  \"timezone\": \"string\",\n  \"data\": {\n    \"conditions\": {\n      \"patterns\": [\n        \"phone\",\n        \"notebook\",\n        \"mouse {color} {brand}\"\n      ],\n      \"matchingType\": \"is\",\n      \"contexts\": [\n        \"listing\",\n        \"web\",\n        \"mobile\"\n      ],\n      \"filters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    \"queryConsequences\": [\n      {\n        \"type\": \"removeWord\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      },\n      {\n        \"type\": \"replaceQuery\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      }\n    ],\n    \"postQueryConsequences\": {\n      \"hideHits\": [\n        \"string\",\n        \"string\"\n      ],\n      \"promoteHits\": [\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"promoteHitsPositionStrategy\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"standardFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"elasticFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"boostFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"topHitsFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"distinctFilter\": {\n        \"attribute\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxNumItems\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"categoryLevelModifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortBy\": {\n        \"attribute\": \"string\",\n        \"ordering\": \"asc\"\n      },\n      \"customData\": \"{\\\"customLandingPage\\\": \\\"https://synerise.com/\\\"}\",\n      \"returnNoData\": false,\n      \"pinFacets\": [\n        {\n          \"attribute\": \"size\",\n          \"position\": 1\n        },\n        {\n          \"attribute\": \"width\",\n          \"position\": 2\n        },\n        {\n          \"attribute\": \"gift_wrap\"\n        }\n      ],\n      \"hideFacets\": [\n        \"material\",\n        \"fabric\",\n        \"sleeve_length\"\n      ]\n    },\n    \"audience\": {\n      \"segmentationIds\": [\n        \"34ab56cd-789be-22ee-11ab-123456789abc\",\n        \"12xy34z5-456b-33cc-7o52-987654321ece\"\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3010f198-b535-423a-acfd-992252d9bb1c","name":"Get rule","request":{"name":"Get rule","description":{"content":"Retrieves a rule.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `QUERY_RULES_SEARCH_CREATE`\n\n**User role permission required:** `assets_search: create`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"5457540b-ac1f-48d3-aa0b-cfe2fe5ed412","name":"Query rule returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"rule\": {\n    \"id\": 3764,\n    \"name\": \"string\",\n    \"author\": 3844,\n    \"state\": \"draft\",\n    \"activeFrom\": \"string\",\n    \"activeTo\": \"string\",\n    \"timezone\": \"string\",\n    \"updatedAt\": \"string\",\n    \"createdAt\": \"string\",\n    \"data\": {\n      \"conditions\": {\n        \"patterns\": [\n          \"phone\",\n          \"notebook\",\n          \"mouse {color} {brand}\"\n        ],\n        \"matchingType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"contexts\": [\n          \"listing\",\n          \"web\",\n          \"mobile\"\n        ],\n        \"filters\": {\n          \"textFilters\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"rangeFilters\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"datetimeFilters\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      },\n      \"queryConsequences\": [\n        {\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"word\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"replacement\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"word\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"replacement\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"postQueryConsequences\": {\n        \"hideHits\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"promoteHits\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"promoteHitsPositionStrategy\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"standardFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"elasticFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"boostFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"topHitsFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"distinctFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortBy\": {\n          \"attribute\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ordering\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"customData\": \"{\\\"customLandingPage\\\": \\\"https://synerise.com/\\\"}\",\n        \"returnNoData\": false,\n        \"pinFacets\": [\n          {\n            \"attribute\": \"size\",\n            \"position\": 1\n          },\n          {\n            \"attribute\": \"width\",\n            \"position\": 2\n          },\n          {\n            \"attribute\": \"gift_wrap\"\n          }\n        ],\n        \"hideFacets\": [\n          \"material\",\n          \"fabric\",\n          \"sleeve_length\"\n        ]\n      },\n      \"audience\": {\n        \"segmentationIds\": [\n          \"34ab56cd-789be-22ee-11ab-123456789abc\",\n          \"12xy34z5-456b-33cc-7o52-987654321ece\"\n        ]\n      }\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"889df585-abf4-4d64-894c-8a1f8023bba9","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0e1d442a-e549-45d5-9c2d-1ae7adba7ff4","name":"Update query rule","request":{"name":"Update query rule","description":{"content":"Updates a rule identified by `id`.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `QUERY_RULES_SEARCH_UPDATE`\n\n**User role permission required:** `assets_search: update`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"author\": 8740,\n  \"activeFrom\": \"string\",\n  \"activeTo\": \"string\",\n  \"timezone\": \"string\",\n  \"data\": {\n    \"conditions\": {\n      \"patterns\": [\n        \"phone\",\n        \"notebook\",\n        \"mouse {color} {brand}\"\n      ],\n      \"matchingType\": \"is\",\n      \"contexts\": [\n        \"listing\",\n        \"web\",\n        \"mobile\"\n      ],\n      \"filters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    \"queryConsequences\": [\n      {\n        \"type\": \"removeWord\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      },\n      {\n        \"type\": \"replaceQuery\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      }\n    ],\n    \"postQueryConsequences\": {\n      \"hideHits\": [\n        \"string\",\n        \"string\"\n      ],\n      \"promoteHits\": [\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"promoteHitsPositionStrategy\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"standardFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"elasticFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"boostFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"topHitsFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"distinctFilter\": {\n        \"attribute\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxNumItems\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"categoryLevelModifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortBy\": {\n        \"attribute\": \"string\",\n        \"ordering\": \"asc\"\n      },\n      \"customData\": \"{\\\"customLandingPage\\\": \\\"https://synerise.com/\\\"}\",\n      \"returnNoData\": false,\n      \"pinFacets\": [\n        {\n          \"attribute\": \"size\",\n          \"position\": 1\n        },\n        {\n          \"attribute\": \"width\",\n          \"position\": 2\n        },\n        {\n          \"attribute\": \"gift_wrap\"\n        }\n      ],\n      \"hideFacets\": [\n        \"material\",\n        \"fabric\",\n        \"sleeve_length\"\n      ]\n    },\n    \"audience\": {\n      \"segmentationIds\": [\n        \"34ab56cd-789be-22ee-11ab-123456789abc\",\n        \"12xy34z5-456b-33cc-7o52-987654321ece\"\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a4be3787-e1ac-4053-ad2e-e9ae0f918da1","name":"Query rule updated","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"author\": 8740,\n  \"activeFrom\": \"string\",\n  \"activeTo\": \"string\",\n  \"timezone\": \"string\",\n  \"data\": {\n    \"conditions\": {\n      \"patterns\": [\n        \"phone\",\n        \"notebook\",\n        \"mouse {color} {brand}\"\n      ],\n      \"matchingType\": \"is\",\n      \"contexts\": [\n        \"listing\",\n        \"web\",\n        \"mobile\"\n      ],\n      \"filters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    \"queryConsequences\": [\n      {\n        \"type\": \"removeWord\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      },\n      {\n        \"type\": \"replaceQuery\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      }\n    ],\n    \"postQueryConsequences\": {\n      \"hideHits\": [\n        \"string\",\n        \"string\"\n      ],\n      \"promoteHits\": [\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"promoteHitsPositionStrategy\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"standardFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"elasticFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"boostFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"topHitsFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"distinctFilter\": {\n        \"attribute\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxNumItems\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"categoryLevelModifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortBy\": {\n        \"attribute\": \"string\",\n        \"ordering\": \"asc\"\n      },\n      \"customData\": \"{\\\"customLandingPage\\\": \\\"https://synerise.com/\\\"}\",\n      \"returnNoData\": false,\n      \"pinFacets\": [\n        {\n          \"attribute\": \"size\",\n          \"position\": 1\n        },\n        {\n          \"attribute\": \"width\",\n          \"position\": 2\n        },\n        {\n          \"attribute\": \"gift_wrap\"\n        }\n      ],\n      \"hideFacets\": [\n        \"material\",\n        \"fabric\",\n        \"sleeve_length\"\n      ]\n    },\n    \"audience\": {\n      \"segmentationIds\": [\n        \"34ab56cd-789be-22ee-11ab-123456789abc\",\n        \"12xy34z5-456b-33cc-7o52-987654321ece\"\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"rule\": {\n    \"id\": 3764,\n    \"name\": \"string\",\n    \"author\": 3844,\n    \"state\": \"draft\",\n    \"activeFrom\": \"string\",\n    \"activeTo\": \"string\",\n    \"timezone\": \"string\",\n    \"updatedAt\": \"string\",\n    \"createdAt\": \"string\",\n    \"data\": {\n      \"conditions\": {\n        \"patterns\": [\n          \"phone\",\n          \"notebook\",\n          \"mouse {color} {brand}\"\n        ],\n        \"matchingType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"contexts\": [\n          \"listing\",\n          \"web\",\n          \"mobile\"\n        ],\n        \"filters\": {\n          \"textFilters\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"rangeFilters\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"datetimeFilters\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      },\n      \"queryConsequences\": [\n        {\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"word\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"replacement\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"type\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"word\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"replacement\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"postQueryConsequences\": {\n        \"hideHits\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"promoteHits\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ],\n        \"promoteHitsPositionStrategy\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"standardFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"elasticFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"boostFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"topHitsFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"distinctFilter\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"sortBy\": {\n          \"attribute\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"ordering\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        \"customData\": \"{\\\"customLandingPage\\\": \\\"https://synerise.com/\\\"}\",\n        \"returnNoData\": false,\n        \"pinFacets\": [\n          {\n            \"attribute\": \"size\",\n            \"position\": 1\n          },\n          {\n            \"attribute\": \"width\",\n            \"position\": 2\n          },\n          {\n            \"attribute\": \"gift_wrap\"\n          }\n        ],\n        \"hideFacets\": [\n          \"material\",\n          \"fabric\",\n          \"sleeve_length\"\n        ]\n      },\n      \"audience\": {\n        \"segmentationIds\": [\n          \"34ab56cd-789be-22ee-11ab-123456789abc\",\n          \"12xy34z5-456b-33cc-7o52-987654321ece\"\n        ]\n      }\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b51bc6f-9b85-4d23-81f7-0eab56df0bce","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"author\": 8740,\n  \"activeFrom\": \"string\",\n  \"activeTo\": \"string\",\n  \"timezone\": \"string\",\n  \"data\": {\n    \"conditions\": {\n      \"patterns\": [\n        \"phone\",\n        \"notebook\",\n        \"mouse {color} {brand}\"\n      ],\n      \"matchingType\": \"is\",\n      \"contexts\": [\n        \"listing\",\n        \"web\",\n        \"mobile\"\n      ],\n      \"filters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    \"queryConsequences\": [\n      {\n        \"type\": \"removeWord\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      },\n      {\n        \"type\": \"replaceQuery\",\n        \"word\": \"string\",\n        \"replacement\": \"string\"\n      }\n    ],\n    \"postQueryConsequences\": {\n      \"hideHits\": [\n        \"string\",\n        \"string\"\n      ],\n      \"promoteHits\": [\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"id\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"position\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ],\n      \"promoteHitsPositionStrategy\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"standardFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"elasticFilters\": {\n        \"textFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rangeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"datetimeFilters\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"boostFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"topHitsFilters\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"distinctFilter\": {\n        \"attribute\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"maxNumItems\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"categoryLevelModifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"sortBy\": {\n        \"attribute\": \"string\",\n        \"ordering\": \"asc\"\n      },\n      \"customData\": \"{\\\"customLandingPage\\\": \\\"https://synerise.com/\\\"}\",\n      \"returnNoData\": false,\n      \"pinFacets\": [\n        {\n          \"attribute\": \"size\",\n          \"position\": 1\n        },\n        {\n          \"attribute\": \"width\",\n          \"position\": 2\n        },\n        {\n          \"attribute\": \"gift_wrap\"\n        }\n      ],\n      \"hideFacets\": [\n        \"material\",\n        \"fabric\",\n        \"sleeve_length\"\n      ]\n    },\n    \"audience\": {\n      \"segmentationIds\": [\n        \"34ab56cd-789be-22ee-11ab-123456789abc\",\n        \"12xy34z5-456b-33cc-7o52-987654321ece\"\n      ]\n    }\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"67bf970a-c2be-42ee-9222-09dbf77eb972","name":"Delete rule","request":{"name":"Delete rule","description":{"content":"Deletes a rule identified by `id`.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `QUERY_RULES_SEARCH_DELETE`\n\n**User role permission required:** `assets_search: delete`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6a130fbf-de88-4301-8b43-357be4a37e40","name":"Query rule deleted","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"01f689cf-0be3-4966-9fa9-0187f86cfcfa","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2afa7e2b-2d84-4b5d-89b8-2989f147eeef","name":"Activate rule","request":{"name":"Activate rule","description":{"content":"Activates a rule identified by `id`.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `QUERY_RULES_SEARCH_UPDATE`\n\n**User role permission required:** `assets_search: update`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6eae707e-085f-438a-b08e-645e334e50b7","name":"Query rule activated","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"0a3ca3e5-37da-47e8-b26c-cbc9f6956dfa","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ded039a4-58dd-4451-9b56-5e5c31c14bab","name":"Pause rule","request":{"name":"Pause rule","description":{"content":"Pauses a rule identified by `id`.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `QUERY_RULES_SEARCH_UPDATE`\n\n**User role permission required:** `assets_search: update`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e1056825-d039-4d61-b13b-069384c64022","name":"Query rule paused","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"4d6e4be3-38f7-4b2a-95eb-f91d525d5d92","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"2b21f375-7bc5-472a-91af-25ed1bfcf63f","name":"Draft rule","request":{"name":"Draft rule","description":{"content":"Marks a rule as draft.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `QUERY_RULES_SEARCH_UPDATE`\n\n**User role permission required:** `assets_search: update`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","draft"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f07e5e76-f074-45f1-89f4-6e07a6d33807","name":"Query rule marked as draft","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","draft"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"10863934-7aea-4e7c-a918-8a6debafeff4","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","draft"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f2e17510-7020-4e37-b62c-899ad6ac6761","name":"Finish rule","request":{"name":"Finish rule","description":{"content":"Marks a rule as finished. The rule becomes inactive and can never be activated again.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `QUERY_RULES_SEARCH_UPDATE`\n\n**User role permission required:** `assets_search: update`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c7a028d3-df1b-4f25-b151-57e459cc831e","name":"Query rule marked as finished","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"c779b43e-f0b0-4700-be83-b0fdbd73b95a","name":"An error occurred","originalRequest":{"url":{"path":["search","v2","indices",":indexId","rules",":ruleId","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"indexId","description":"(Required) ID of the index"},{"disabled":false,"type":"any","value":"518","key":"ruleId","description":"(Required) Rule identifier"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"1985-11-15T15:32:08.014Z\",\n  \"status\": 5010,\n  \"message\": \"string\",\n  \"error\": \"string\",\n  \"path\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"3e07be17-b275-476a-b0bc-2fa55622cd1f","name":"Search Stats","description":{"content":"","type":"text/plain"},"item":[{"id":"f14562ea-a744-4d32-a393-878fd73ba954","name":"Get queries stats summary","request":{"name":"Get queries stats summary","description":{"content":"Retrieves the statistics of all queries or a single query defined in the request.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `AI_STATS_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"dateFrom","value":"2026-01-21","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2026-01-21","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"query","value":"string","description":"Query for which stats will be returned. If not provided, the results are returned for the most popular queries."},{"disabled":false,"key":"searchType","value":"all","description":"Search type for which stats will be retrieved."},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"33a01a5a-5068-478c-9220-74ac032bfcb2","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"averageClickPosition\": 9823.726309412574,\n  \"averageOrderValue\": 8297.483373115267,\n  \"clickThroughRate\": 2306.645240420213,\n  \"conversionRate\": 6347.58135786932,\n  \"conversions\": 4053,\n  \"noResultsCount\": 1971,\n  \"revenue\": 8338.704947553855,\n  \"totalClicks\": 1169,\n  \"totalCount\": 9317,\n  \"totalSuggestionsUsed\": 9568\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8f9db93b-5114-4c23-8385-2f9eb7df5325","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"24ac7a9d-b508-4b6d-a88a-c417e5c6ade6","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e1149bf7-6591-44a0-b165-8d2a630f980a","name":"Get top query statistics","request":{"name":"Get top query statistics","description":{"content":"Retrieves the 1000 most popular queries. \n\n<strong>IMPORTANT</strong>: Don't use this endpoint for displaying most popular queries to end users when they're searching. Instead, use [`search/v2/indices/{indexId}/list`](https://developers.synerise.com/AISearch/AISearch.html#operation/ListingGet), where `indexId` is a suggestion index.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <span title=\"Deprecated\">AI API key (legacy)</span>\n\n**API key permission required:** `AI_STATS_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","stats","queries","top"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"dateFrom","value":"2026-01-21","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2026-01-21","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"query","value":"string","description":"Query for which stats will be returned. If not provided, the results are returned for the most popular queries."},{"disabled":false,"key":"searchType","value":"all","description":"Search type for which stats will be retrieved."},{"disabled":false,"key":"queryFilter","value":"queries","description":"Queries for which stats will be retrieved."},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."},{"disabled":false,"key":"withFilters","value":"true","description":"Switch to display search statistics with enabled filters or without filters."},{"disabled":false,"key":"SortBy","value":"count","description":"Field by which results should be sorted."},{"disabled":false,"key":"ordering","value":"desc","description":"Sort order direction."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9c9259b5-d58a-4a24-a316-1a06cde5ba4f","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","top"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"queryFilter","value":"queries"},{"key":"groupBy","value":"date"},{"key":"withFilters","value":"true"},{"key":"SortBy","value":"count"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"query\": \"string\",\n    \"count\": 8575,\n    \"clicks\": 7465,\n    \"clickThroughRate\": 690.7273585863604,\n    \"revenue\": 4454.967257892997,\n    \"conversions\": 6972,\n    \"conversionRate\": 161.26008046589368\n  },\n  {\n    \"query\": \"string\",\n    \"count\": 8124,\n    \"clicks\": 2484,\n    \"clickThroughRate\": 1565.6737709341428,\n    \"revenue\": 5162.758544383232,\n    \"conversions\": 5115,\n    \"conversionRate\": 9441.62283296508\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"954f6a89-d27f-43d5-9043-032c09dde115","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","top"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"queryFilter","value":"queries"},{"key":"groupBy","value":"date"},{"key":"withFilters","value":"true"},{"key":"SortBy","value":"count"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0ba5ab0d-7940-45d5-96e6-42f5fb1bfd97","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","queries","top"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"queryFilter","value":"queries"},{"key":"groupBy","value":"date"},{"key":"withFilters","value":"true"},{"key":"SortBy","value":"count"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bc763230-517e-4b78-acb2-27f137b62a92","name":"Get filters stats","request":{"name":"Get filters stats","description":{"content":"Retrieves the statistics of filters used in searches.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `AI_STATS_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","stats","filters","summary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"filterName","value":"brand","description":"Name of the filterable attribute. If present top values of this filter are returned."},{"disabled":false,"key":"dateFrom","value":"2026-01-21","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2026-01-21","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."},{"disabled":false,"key":"ordering","value":"desc","description":"Sort order direction."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2250c405-0499-4c7e-8058-d58058f96a37","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","filters","summary"],"host":["{{baseUrl}}"],"query":[{"key":"filterName","value":"brand"},{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"groupBy","value":"date"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"filterName\": \"string\",\n    \"count\": 9675\n  },\n  {\n    \"filterName\": \"string\",\n    \"count\": 204\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"87b892cd-ef7e-4012-92d8-cd8b3a0145ef","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","filters","summary"],"host":["{{baseUrl}}"],"query":[{"key":"filterName","value":"brand"},{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"groupBy","value":"date"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aabc2dc9-1a53-4be1-a2cc-a96087cb70d9","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","filters","summary"],"host":["{{baseUrl}}"],"query":[{"key":"filterName","value":"brand"},{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"groupBy","value":"date"},{"key":"ordering","value":"desc"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"72694917-2082-489a-bea1-1dcad7ad8019","name":"Get rules stats","request":{"name":"Get rules stats","description":{"content":"Retrieves the statistics of applied rules.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `AI_STATS_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices",":indexId","stats","rules","summary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"dateFrom","value":"2026-01-21","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2026-01-21","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c8137cef-cd5f-48fc-8f63-4e7fc9db73ea","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","rules","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"ruleId\": 3903,\n    \"count\": 6440\n  },\n  {\n    \"ruleId\": 7043,\n    \"count\": 6037\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b07b26a-0d1a-4b69-a637-d8d3d49c40d6","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","rules","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b6828381-65f3-4310-be2e-63e621537e44","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices",":indexId","stats","rules","summary"],"host":["{{baseUrl}}"],"query":[{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"groupBy","value":"date"}],"variable":[{"disabled":false,"type":"any","value":"4add1a1fa877c1651906bb22c9dfd37a1618852272","key":"indexId","description":"(Required) ID of the index for which the stats are requested"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"50f5e148-4b71-4146-8a2d-d8cd49ab861a","name":"Get queries summary for multiple indices","request":{"name":"Get queries summary for multiple indices","description":{"content":"Retrieves the statistics of all queries or a single query defined in the request for multiple indices.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `AI_STATS_READ`\n\n**User role permission required:** `assets_search: read`\n","type":"text/plain"},"url":{"path":["search","v2","indices","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"indexId","value":"string","description":"(Required) List of indices ids for which the stats are requested."},{"disabled":false,"key":"indexId","value":"string","description":"(Required) List of indices ids for which the stats are requested."},{"disabled":false,"key":"dateFrom","value":"2026-01-21","description":"Upper bound of the interval for which the statistics will be retrieved.  \nMust be provided with `to`, otherwise the filter is treated as unspecified.  \nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"dateTo","value":"2026-01-21","description":"Lower bound of the interval for which the statistics will be retrieved.\nIf not specified, the interval is last 7 days.\n"},{"disabled":false,"key":"query","value":"string","description":"Query for which stats will be returned. If not provided, the results are returned for the most popular queries."},{"disabled":false,"key":"searchType","value":"all","description":"Search type for which stats will be retrieved."},{"disabled":false,"key":"groupBy","value":"date","description":"Attribute for which retrieved stats will be grouped."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"50e9a509-e24b-4047-aa4b-1b3b29dc2040","name":"Statistics returned","originalRequest":{"url":{"path":["search","v2","indices","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"indexId","value":"string"},{"key":"indexId","value":"string"},{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"indexId\": \"4add1a1fa877c1651906bb22c9dfd37a1618852272\",\n    \"stats\": {\n      \"averageClickPosition\": 4686.0443609277445,\n      \"averageOrderValue\": 5789.397190787781,\n      \"clickThroughRate\": 5687.017889022462,\n      \"conversionRate\": 236.51905185608,\n      \"conversions\": 8591,\n      \"noResultsCount\": 1802,\n      \"revenue\": 1164.0194536840932,\n      \"totalClicks\": 4115,\n      \"totalCount\": 9570,\n      \"totalSuggestionsUsed\": 2417\n    }\n  },\n  {\n    \"indexId\": \"4add1a1fa877c1651906bb22c9dfd37a1618852272\",\n    \"stats\": {\n      \"averageClickPosition\": 2005.2538046577483,\n      \"averageOrderValue\": 5761.741031650048,\n      \"clickThroughRate\": 8216.224908225488,\n      \"conversionRate\": 8983.553718076979,\n      \"conversions\": 1170,\n      \"noResultsCount\": 9109,\n      \"revenue\": 9973.200143713299,\n      \"totalClicks\": 6604,\n      \"totalCount\": 2093,\n      \"totalSuggestionsUsed\": 3087\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"385785ce-143b-42ee-8c6b-f93c87a4ea53","name":"Service error","originalRequest":{"url":{"path":["search","v2","indices","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"indexId","value":"string"},{"key":"indexId","value":"string"},{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6962d4de-5c97-4ff2-9bd3-b782363d17af","name":"Incorrect request","originalRequest":{"url":{"path":["search","v2","indices","stats","queries","summary"],"host":["{{baseUrl}}"],"query":[{"key":"indexId","value":"string"},{"key":"indexId","value":"string"},{"key":"dateFrom","value":"2026-01-21"},{"key":"dateTo","value":"2026-01-21"},{"key":"query","value":"string"},{"key":"searchType","value":"all"},{"key":"groupBy","value":"date"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"httpStatus\": 500,\n  \"errorCode\": 1971,\n  \"timestamp\": \"1989-03-05T21:22:29.465Z\",\n  \"message\": \"string\",\n  \"traceId\": \"string\",\n  \"help\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[],"variable":[{"type":"string","value":"https://api.synerise.com","key":"baseUrl"}],"info":{"_postman_id":"9e8a71ba-7bff-43a3-8b99-5330d345915c","name":"AI Search - Synerise Public API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"","type":"text/plain"}}}