Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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"
}