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.

platform
string
required
Social platform to connect. One of TWITTER, LINKEDIN, INSTAGRAM, FACEBOOK, YOUTUBE, TIKTOK, PINTEREST, THREADS, REDDIT, BLUESKY.
redirect_url
string
required
URL to redirect to after the user completes OAuth authorization.
curl -X POST https://api.usenaive.ai/v1/social/connect \
  -H "Authorization: Bearer nv_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "platform": "TWITTER",
    "redirect_url": "https://app.example.com/social/callback"
  }'
{
  "url": "https://social.usenaive.ai/oauth/twitter?token=..."
}