Skip to main content
id
string
required
UUID of the social account to label.
label
string
required
Custom label for the account (e.g. “Company Page”, “Personal”, “Marketing”).
curl -X POST https://api.usenaive.ai/v1/social/accounts/acc-uuid/label \
  -H "Authorization: Bearer nv_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "label": "Company Page"
  }'
{
  "account_id": "acc-uuid",
  "label": "Company Page"
}