/v1/audience/insights2 credits per customerAudience Insights
Generate customer-level buyer archetypes, campaign fit, timing notes, and message angles from birth data and campaign context.
{
"customers": [
{
"id": "cust_123",
"dob": "1990-07-23",
"tob": "14:30",
"pob": "New York, US"
}
],
"campaign_context": {
"product_category": "relationship coaching membership",
"tone": "warm direct",
"channel": "email"
}
}{
"request_id": "req_...",
"data": {
"results": [
{
"customer_id": "cust_123",
"personality": {
"sun_sign": "Leo",
"buyer_archetype": "premium loyalist"
},
"campaign_fit": {
"score": 0.86,
"send": true,
"reasoning": "High receptivity window"
}
}
]
},
"usage": {
"credits": 2,
"billableUnits": 1
},
"meta": {
"model": "gpt-5.4-mini"
}
}