cURL
curl --request POST \ --url https://draftliftai.com/api/v1/memory-categories \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Product Knowledge", "color": "#3B82F6", "description": "Facts and details about our products" } '
{ "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 }
Creates a custom memory category. Requires Business plan or higher.
API key (dl_live_...) or Supabase JWT token
1 - 100
20
Successful Response
Was this page helpful?