Create Buyer Personas for Marketing Campaigns
Generate detailed buyer personas with demographics, motivations, pain points, and buying behavior for targeted marketing.
AI personas with portrait sheets
Create customer personas with demographics, psychographics, goals, pain points, and messaging angles — plus multi-angle portrait turnaround sheets. For marketing strategy, copywriting, ad targeting, and product development. Describe your business and audience to get presentable personas.
Generate persona profiles with demographics, psychographics, goals, pain points, messaging, plus multi-angle portrait sheets (front/left/right/back). All in one call. Takes ~70s per persona. Async — poll with get_job_result. Render sheets inline via sheet_N_url.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "persona-generator",
"skill": "create_persona",
"input": {
"business_description": "An online platform for booking qualified electricians in London. Same-day availability, upfront pricing, all electricians are vetted and insured.",
"target_description": "Property owners and landlords who need electrical work done in their rental properties — EICR certificates, safety inspections, repairs.",
"count": 2,
"locale": "UK"
}
}' \
https://api.toolrouter.com/v1/tools/callGenerate detailed persona profiles — demographics, psychographics, goals, pain points, objections, behavior patterns, messaging angles, and a photo description for image generation. Use this when you want to review or edit profiles before generating portraits.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "persona-generator",
"skill": "generate_persona",
"input": {
"business_description": "Cloud-based property management software for landlords and letting agents. Handles tenant screening, rent collection, maintenance requests, and compliance tracking.",
"target_description": "UK landlords and letting agents managing residential rental portfolios of 5-50 properties.",
"count": 3,
"locale": "UK"
}
}' \
https://api.toolrouter.com/v1/tools/callGenerate multi-angle turnaround sheet portraits (front/left/right/back) from persona photo descriptions. Composites into a 2x2 grid. Takes ~70s per persona. Async — poll with get_job_result. Render sheets inline via sheet_N_url.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "persona-generator",
"skill": "generate_images",
"input": {
"descriptions": [
"A 42-year-old South Asian man with short greying hair, wearing a navy polo shirt. Standing in front of a terraced house, holding a set of keys. Friendly but tired expression.",
"A 35-year-old white woman with shoulder-length brown hair, wearing a blazer over a casual top. Sitting at a desk with a laptop, natural office lighting."
]
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"persona-generator","skill":"create_persona","input":{}}' \
https://api.toolrouter.com/v1/tools/callGenerate detailed buyer personas with demographics, motivations, pain points, and buying behavior for targeted marketing.
Build user personas for UX research with behavioral patterns, goals, frustrations, and scenario-based context.
Research what ads your competitors are running across Facebook and Google to understand their messaging and creative strategy.
Craft high-performing app titles and subtitles that maximize keyword visibility and conversion in the App Store.
Build targeted email campaigns with qualified leads, persona-driven messaging, multi-language support, and custom visual assets.
Create persona-targeted content by generating buyer personas, mapping their search behavior, studying content preferences, and creating targeted visuals.
Build customer personas from real social data by mining social media conversations, analyzing comments, generating personas, and validating with market research.
`create_persona` gives you the persona and the portrait sheet in one async run. `generate_persona` is the lighter review step when you want to inspect the profile before generating images.
Yes. The tool supports a persona count, so you can create a small set of audience profiles instead of repeating the same prompt manually.
Locale changes the names, references, and cultural framing of the persona, which makes the result feel grounded in a specific market instead of generic.
The full flow can return multi-angle turnaround sheets with front, left, right, and back views, which is handy when you need a presentable visual reference for a persona.