Autocomplete Tastes
Public Beta Feature
This documentation covers a feature currently in Public Beta. Access is available to anyone interested in building personalized experiences for their end-users.
This feature is subject to the Personalization API (Self-Service) Public Beta End user License Agreement.
API Parameters
version
required
The API version date as documented here; e.g. 20231010query
required
A search term to be applied against titles.limit
Number of results to return; up to 50.
Response Codes
200
Autocomplete suggestions for tastes based on user input.{ "meta": { "code": 200, "requestId": "6418d5e3153ae316387b67f3" }, "notifications": [ { "type": "notificationTray", "item": { "unreadCount": 0 } } ], "response": { "tastes": [ { "id": "52cb360d498e49ae1f58c952", "text": "Coffee" }, { "id": "52cb360d498e49ae1f58c8fa", "text": "Cozy places" }, { "id": "52e132be498e24f5635ae5a1", "text": "Cocktails" }, { "id": "52e132bd498e28dc847332f5", "text": "Cookies" }, { "id": "52f539d4498e69262695ed56", "text": "Concerts" }, { "id": "52fbc95d498e387e4fa26525", "text": "Cosmetics" }, { "id": "530f8b04498e9d2a64395c2d", "text": "Cocoa" }, { "id": "52db1e23498ef1bc3d4ff99f", "text": "Corn" }, { "id": "52e132bf498ecd0b3965eca7", "text": "Coke" }, { "id": "52db1e24498e5c845eed1db8", "text": "Coconut" } ] } }400
Error response.