Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.liveavatar.com/v1/memory/{memory_id} \ --header 'X-API-KEY: <api-key>'
{ "code": 100, "data": { "id": "<string>", "memory_type": "session", "memory_content": "<string>", "session_episodes": [ { "session_id": "<string>", "sequence_num": 123, "summary": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "message": "<string>" }
Successful Response
Show child attributes
Was this page helpful?