cURL
curl --request GET \ --url https://api.catalogix.ai/v1/search \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 0, "message": "SUCCESS", "request_id": "8c8b2b7e-23d7-4c2a-91b0-2a7c4dfbb312" }, "data": [ { "product_code": "SKU001", "title": "Blue Shirt", "score": 0.95 } ] }
Search products by text query.
Pass the API token as a Bearer token in the Authorization header.
Optional trace ID
Store identifier
Search query text
Pagination offset
Maximum number of results
Search results
Show child attributes
List of matching products returned directly from upstream search API.