MagickMind

Ingest a message into the calling agent's episodic memory (end-user JWT)

POST
/v1/end-user/episodes/process

Authorization

EndUserAuth
AuthorizationBearer <token>

End-user JWT minted via POST /v1/end-users/tokens, sent as Authorization: Bearer <token>.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/end-user/episodes/process" \  -H "Content-Type: application/json" \  -d '{    "magickspace_id": "string",    "message": "string",    "message_id": "string",    "sender_id": "string"  }'
{  "deduplicated": true,  "message_processed": true}