cURL
curl --request POST \ --url https://platform.ai.gloo.com/ai/v1/kallm/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "search": "<string>", "collection": "<string>", "filters": [], "limit": 100, "tenant": "<string>" } '
{}
/ai/data/v1/search
query
search
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
<token>
Search query
1
Collection to search in
List of publishers to filter by
Number of search results to return
x >= 1
Tenant to search in
Successful Response
The response is of type Response Search Ai V1 Gloo AI Chat Search Post · object.
Response Search Ai V1 Gloo AI Chat Search Post · object