/api/v1/audience/insightsAudience Insights
Turns customer birth data and campaign context into buyer archetypes, timing windows, and send/no-send campaign fit.
Inputs
- +Customer IDs
- +Birth dates
- +Campaign context
- +Tone and channel
Outputs
- +Audience archetype
- +Campaign fit
- +Personalized timing
- +Recommended message angle
{
"customers": [
{
"id": "customer_001",
"dob": "1990-07-23"
}
],
"campaign_context": {
"product_category": "premium astrology membership",
"tone": "direct and premium",
"channel": "email"
}
}{
"request_id": "req_...",
"data": {
"results": [
{
"customer_id": "customer_001",
"campaign_fit": {
"send": true,
"reason": "High receptivity window"
}
}
]
},
"usage": { "credits": 2 },
"meta": { "model": "gpt-5.4-mini" }
}