Skip to main content
GET
/
products
/
search
Search products
const options = {method: 'GET'};

fetch('https://api.dolfinai.co/products/search', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
[
  {
    "name": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "description": "<string>",
    "score": 123
  }
]

Query Parameters

q
string
required
limit

Response

200 - application/json

OK

name
string
required
id
string<uuid>
description
null | string
score