cURL
curl --request GET \ --url https://api.tess.im/memories \ --header 'Authorization: Bearer <token>'
Retrieves a paginated list of memories for the authenticated user.
Documentation IndexFetch the complete documentation index at: https://docs.tess.im/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tess.im/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \ --url 'https://api.tess.im/memories' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "message": "Memories fetched successfully!", "memories": [ { "id": 9, "user_id": 1, "memory": "Example memory content", "credits": 0, "collection_id": 1 } ], "meta": { "current_page": 1, "last_page": 2, "total": 8 } }