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 \ --header 'X-API-KEY: <api-key>'
{ "code": 100, "data": { "count": 123, "results": [ { "id": "<string>", "memory_type": "session", "memory_content_preview": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "next": "<string>", "previous": "<string>" }, "message": "<string>" }
session
x >= 1
1 <= x <= 100
Successful Response
Show child attributes
Was this page helpful?