Skip to main content
POST
Auto-derive contact trait tags via LLM

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
contact_id
string
required

Contact identifier. The handler reads the contact's 30-day event mix + deterministic signals from the tenant schema before invoking the LLM.

Required string length: 1 - 200
max_tags
integer
default:6

Soft cap on the tags the LLM proposes. Server-side clamping prevents a chatty model from blowing the contact-detail panel layout.

Required range: 1 <= x <= 10

Response

Default Response

data
object
required
meta
object
required