Skip to main content
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"
}