Skip to main content
POST
/
ai
/
v1
/
kallm
/
search
Search
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>"
}
'
{}
This endpoint has been deprecated. Use the equivalent Search publisher data endpoint instead.Migration steps:
  1. POST to /ai/data/v1/search
  2. Use query instead of search

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Search query

Minimum string length: 1
collection
string
required

Collection to search in

filters
string[]

List of publishers to filter by

limit
integer
default:100

Number of search results to return

Required range: x >= 1
tenant
string | null

Tenant to search in

Response

Successful Response

The response is of type Response Search Ai V1 Gloo AI Chat Search Post · object.