Quickstart: Your First Call in 5 Minutes
Prerequisites
Step 1: Make a Semantic Search
curl -X POST https://api-integrations.snackprompt.com/v1/kb/search \
-H "Content-Type: application/json" \
-d '{
"query": "what are the available products?",
"filters": {
"tenant_id": "YOUR_TENANT_ID"
},
"limit": 5
}'Step 2: Understand the Response
What Each Field Means
Field
Description
Step 3: Try the Chat
Possible Errors
Error: tenant_id required
Error: No results found
Next Steps
Last updated
Was this helpful?