Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/social/accounts/:id/label — Set a custom label on a social account.
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" }