cURL
curl --request GET \ --url https://draftliftai.com/api/v1/memories/{memory_id} \ --header 'Authorization: Bearer <token>'
{ "id": 1, "title": "Brand Voice Guidelines", "body": "Our brand voice is professional yet approachable. We use active voice and avoid jargon.", "tags": [ "brand", "voice", "style" ], "status": "active", "created_at": "2026-03-01T12:00:00Z", "updated_at": "2026-03-01T12:00:00Z" }
Retrieves a single memory by ID.
API key (dl_live_...) or Supabase JWT token
Successful Response
Show child attributes
Auto-categorization suggestion returned on memory creation.
Was this page helpful?