Quick Start
fetch('https://api.nesika.ai/v1/match?sku=ABC123', {
headers: {
'Authorization': 'Bearer <YOUR_API_KEY>'
}
})
.then(res => res.json())
.then(data => console.log(data));Match API
The Match API allows you to submit a SKU and receive potential matches from across the web.
Shelf API
The Shelf API provides access to your organized product data, including pricing, availability, and more.
Chat API
Integrate Nesika's AI chat capabilities to ask natural language questions about your data.
Webhooks
Configure webhooks to receive real-time notifications for events like new matches or MAP violations.