Overview
Quick Start
Make your first API call to the Catalog API
API Key Authentication
The API uses a simple key-based authentication system. You must include your API key in the x-api-key
header with every request:
Replace YOUR_VALID_API_KEY
with the actual API key provided to you by our team.
Obtaining an API Key
To get an API key:
- Contact our team to request access to the Catalog API
- Once onboarded, you’ll receive your unique API key
- Store this key securely and do not share it publicly
Making Your First API Call
1. Basic Search Request
Let’s start with a simple discovery query for “organic cotton shirt”:
2. Understanding the Response
If successful, you’ll receive a JSON response containing an array of matching products and metadata for your AI shopping agent:
3. Adding Filters
Now, let’s refine our AI agent’s discovery by adding filters:
Next Steps
Congratulations! You’ve now made your first API call to the Catalog AI discovery platform. To learn more about what you can do with AI shopping agents:
- Explore our Developer Guide for detailed request options
- Learn about Filtering options to fine-tune your product discovery