Developers
Get Profile
Get structured profiles from the GetProfile API
After submitting data, you can retrieve the structured profile for a given user, character, or entity:
Example:
What’s in a Profile?
A profile contains structured information extracted from your data:
- profile_id: Unique identifier for the profile.
- summary: AI-generated summary of the profile, useful for quick overviews or providing context to LLMs.
- core_info: Basic info like name, age, gender, and location.
- interests: Categorized interests (music, hobbies, food, books, travel, etc.).
- personality: Traits and mood trends.
- memories: Key events or milestones.
- preferences: Conversation style and topics to avoid.
- update_log: Historical log of profile updates.
- timestamps: Last updated, created at, and per-section timestamps.
- status:
"processing"
or"ready"
to indicate profile readiness.
Here’s a partial example:
Searching & Summaries
- In the dashboard, you can search profiles by id.
- You’ll also receive a generated summary in the API response — ideal for LLMs or quick user overviews.
✅ Profiles update automatically as you send new data, adapting to evolving user or character contexts!
Want to see more fields? Check out the Profile type in the API Reference.