cURL
curl --request GET \ --url https://draftliftai.com/api/v1/memory-categories \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "slug": "<string>", "color": "<string>", "is_system": true, "created_at": "2023-11-07T05:31:56Z", "icon": "<string>", "description": "<string>", "user_id": 123 } ]
Returns all available memory categories (system defaults and your custom categories).
API key (dl_live_...) or Supabase JWT token
Successful Response
Was this page helpful?