POST

/api/im/recall

Write / trigger recall

Writes data to the recall index or triggers a recall operation via POST.

curl -s -X POST "$BASE/api/im/recall" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"query": "timeout errors", "source": "memory"}'

Request Body

FieldTypeReqDefaultDescription
querystringN
contentstringN
sourcestringN

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test