memμrondocs
Console
API REFERENCE

Batch fetch

Fetch several known memory IDs from the active organization in one request.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Body parameters

memory_idsstring[]required

POST/memuron/memories/batch
curl -X POST https://api.memuron.com/memuron/memories/batch \
  -H "Content-Type: application/json"
200 OK
{
  "status": "success",
  "count": 2,
  "memories": []
}