Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

Intelligent Search API v1

VTEX Intelligent Search is search solution for digital commerce that delivers relevant product results, autocomplete suggestions, and personalized experiences based on the catalog from the user's first interaction with the store. This API enables headless implementations to integrate VTEX Intelligent Search capabilities into custom storefronts.

This reference documents Intelligent Search API v1, which replaces the Intelligent Search API (Legacy) at /api/io/_v/api/intelligent-search/*.

If you are migrating from the legacy API, see Migrating to Intelligent Search API v1.

Common Parameters

Parameter Description
{{accountName}} Name of your VTEX account. Used in the base URL.
{{environment}} Environment to use. Typically vtexcommercestable for production.

Endpoints

Autocomplete

SummaryMethodPath
Get list of the 10 most searched termsGET/top-searches
Get list of suggested terms and attributes similar to the search termGET/autocomplete-suggestions
Get list of suggested terms similar to the search termGET/search-suggestions

Product list page

SummaryMethodPath
Get attempt of correction of a misspelled termGET/correction-search
Get list of banners registered for queryGET/banners/{facets}
Search productsGET/product-search/{facets}
List filters for a searchGET/facets/{facets}

Product details page (PDP)

SummaryMethodPath
Get productGET/products

Delivery Promise

SummaryMethodPath
Get pickup point availability for Delivery PromiseGET/pickup-point-availability/{facets}

Loading API specification...