Step 1: Upload User Profiles
Upload a JSON file containing user profiles with engagement data, or use the sample data to test the system.
Expected Format:
[
{
"user_id": "user_001",
"bio": "Marketing Director at FinTech startup...",
"job_title": "Marketing Director",
"location": "London, UK",
"activity_log": [
{
"post_headline": "10 ways to automate...",
"content_summary": "Guide on automation",
"interaction_type": "click",
"platform": "linkedin"
}
]
}
]
View full schema →
Generating personas...
This may take a moment