HTTP API
Base URL
https://api.genys.ai/v1Auth
Authorization: Bearer <GENYS_API_KEY>Store Memory
POST /v1/memory/store
Content-Type: application/json
{
"capsule": "customer_support",
"data": { "userId": "u_123", "lastIssue": "billing" }
}Retrieve Memory
POST /v1/memory/retrieve
Content-Type: application/json
{
"capsule": "customer_support",
"where": { "userId": "u_123" }
}