Skip to main content
POST
cURL
When to use: Best for personalized shopping experiences where you have customer profile data and need comprehensive product information. For faster searches with up to 10 results, use POST /v1/agentic-search-mini.
Performance: This endpoint provides comprehensive AI-powered analysis and typically takes longer to respond. Use Agentic Search Mini if you need quicker response times.

Request

string
required
Your API key for authentication

Request Body

string
required
Natural language search query for product discoveryExamples:
  • "performance activewear for HIIT workouts in humid climates"
  • "versatile capsule wardrobe pieces for European business travel"
  • "statement jewelry that complements a maximalist aesthetic"
object
Optional customer profile information to personalize search results. This field accepts any JSON structure, allowing you to provide custom customer attributes and preferences.Common Structure:

Response

array
Array of products matching the search query with comprehensive product information (up to 8 products). Fewer products may be returned if some cannot be processed or don’t meet quality requirements.
object
Search metadata and result information
cURL