Skip to main content
POST
/
v1
/
knowledge
/
groups
/
{id}
/
search
cURL
curl --request POST \
  --url https://api.anam.ai/v1/knowledge/groups/{id}/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>",
  "limit": 5
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
query
string
required
limit
integer
default:5
Required range: 1 <= x <= 20

Response

Successfully retrieved search results