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.

redirect_url
string
required
URL to redirect to when the user is done managing connections.
platforms
string[]
Optional list of platforms to show in the portal. If omitted, all supported platforms are shown.
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=..."
}