BrandparserInvite Only
Schemas

Audiences

Target audience personas with demographics and pain points.

Properties

personasobject[]

2–3 synthetic personas representing the target audience

namestring

Realistic full name

gender"woman" | "man" | "person"
ethnicitystring

Ethnicity for diverse representation

rolestring

Job title

challengestring

Primary pain point

industrystring

Industry or sector

business_contextstring

Company context (e.g., "Series A startup, 30 people")

goalsstring

Primary objectives

pain_pointsstring

Additional pain points

image_pathstring | null

Path to persona headshot image. Always null for API parses.

Example
example.json
{
  "personas": [
    {
      "name": "string",
      "gender": "woman",
      "ethnicity": "string",
      "role": "string",
      "challenge": "string",
      "industry": "string",
      "business_context": "string",
      "goals": "string",
      "pain_points": "string",
      "image_path": null
    }
  ]
}