This documentation is generated by Sensefuel.
AI Search & Product Discovery platform that makes ecommerce search personal.
curl --location '/00c5b43d-9306-49e0-8c39-04e77aa4bf56/search/shortcuts?q=cream&from=0&size=10' \
--header 'X-API-KEY: <api-key>'{
"shortcuts": [
{
"id": "1234",
"name": "Moisturizing cream",
"promotion": "default",
"keywords": [
"moisturizing",
"face moisturizer"
],
"destinations": [
{
"id": "4321",
"url": "https://www.example.com/product/1234",
"basicDisplay": {
"label": "Moisturizing cream"
},
"highlightedDisplay": {
"label": "Moisturizing cream",
"isDisplayed": false
}
}
],
"highlighted": {
"use": true,
"title": "Moisturizing cream",
"description": "Moisturizing cream for the face",
"iconUrl": "https://www.example.com/product/1234.png",
"color": "#000000",
"backgroundColor": "#ffffff",
"size": "small",
"horizontal": {
"hideIcon": false,
"hideDescription": false
}
}
}
]
}