Query an Experience given the Experience's ID or Custom ID.
You can pass a query
to perform a semantic search on the Experience’s Variants. Before searching, the query is rephrased using the Experience’s Rephrase Prompt. Results are sorted by relevance. The top result includes a confidence message, generated using the Confidence Prompt, that explains why it’s considered a strong match.
Use count
in the request body to specify how many top results you want.
Optionally, you can pass a filter
(a JSON object) to narrow down the Variants before semantic search. All filter properties are combined using logical AND.
Note: Because semantic search relies on AI, results may vary even when using the same query.
Learn more about the filter syntax: https://developer.threekit.com/reference/catalog-20-ai-discovery