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/portal — Get a hosted portal URL for managing social connections.
curl -X POST https://api.usenaive.ai/v1/social/portal \ -H "Authorization: Bearer nv_sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "redirect_url": "https://app.example.com/settings", "platforms": ["TWITTER", "LINKEDIN", "INSTAGRAM"] }'
{ "url": "https://social.usenaive.ai/portal?token=..." }