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/upload — Upload media for use in social posts.
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" }