Schemas
Audiences
Target audience personas with demographics and pain points.
Properties
personasobject[]2–3 synthetic personas representing the target audience
namestringRealistic full name
gender"woman" | "man" | "person"ethnicitystringEthnicity for diverse representation
rolestringJob title
challengestringPrimary pain point
industrystringIndustry or sector
business_contextstringCompany context (e.g., "Series A startup, 30 people")
goalsstringPrimary objectives
pain_pointsstringAdditional pain points
image_pathstring | nullPath to persona headshot image. Always null for API parses.
Example
{
"personas": [
{
"name": "string",
"gender": "woman",
"ethnicity": "string",
"role": "string",
"challenge": "string",
"industry": "string",
"business_context": "string",
"goals": "string",
"pain_points": "string",
"image_path": null
}
]
}