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.

url
string
required
Public URL of the media file to upload (image or video).
curl -X POST https://api.usenaive.ai/v1/social/upload \
  -H "Authorization: Bearer nv_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://cdn.example.com/product-launch.png"
  }'
{
  "id": "media-uuid",
  "type": "image",
  "url": "https://media.usenaive.ai/social/media-uuid.png"
}