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
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| query | string | N | — | |
| content | string | N | — | |
| source | string | N | — |