API Reference
API Reference
Complete reference for the Covala Product Knowledge API v2 endpoints.
Endpoints
The Covala API v2 provides the following endpoint groups:
| Endpoint | Description |
|---|---|
GET /v2/products | Search and filter products with cursor-based pagination |
GET /v2/products/{id} | Get a single product with variants and offers |
GET /v2/products/barcode/{gtin} | Look up a product by barcode (UPC/EAN) |
GET /v2/products/{id}/prices | Cross-retailer pricing and price history |
POST /v2/products/search | Advanced search with faceted results |
POST /v2/products/semantic-search | AI-powered natural language search |
GET /v2/product-groups | Browse product variant groups |
GET /v2/categories | List product categories |
GET /v2/brands | Browse brand profiles |
GET /v2/retailers | List tracked retailers |
GET /v2/product-types | Browse product type taxonomy |
GET /v2/knowledge/{type} | Access product knowledge layer |
Full Interactive Reference
For the complete interactive API reference with request/response examples and try-it-out functionality, visit the developer dashboard.