Skip to main content
GET
Retrieves the user’s comprehensive profile, which includes an auto-generated bio, category-specific profiles, derived insights, and statistics about their stored memories.

Query Parameters

string
Comma-separated list of sections to include. Options: bio, categories, insights, stats, traits Default: bio,categories,stats
string
Filter to specific category profile. One of: identity, career, interests, relationships, health, finance, learning, travel, productivity, private
boolean
default:"false"
Whether to regenerate the profile from latest memories (may take longer)

Response

string
Unique identifier of the user
object
Auto-generated biographical summary
object
Category-specific profile information
array
AI-derived insights about the user
array
Personality traits and characteristics
object
Statistics about the user’s memories
object
User’s privacy configuration for profile
string
ISO 8601 timestamp when profile was last updated

Error Responses

object
Unauthorized access
object
Profile not found (new user)
object
Rate limit exceeded for profile generation

Profile Generation

Profiles are automatically generated when:
  • User has stored at least 5 memories
  • At least 24 hours have passed since last generation
  • User explicitly requests refresh with refresh=true
Generation typically takes 5-15 seconds depending on memory count.

Privacy Controls

Use the Update Profile Privacy endpoint to modify which parts of the profile are public or can be shared with integrations.