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.

id
string
required
UUID of the draft post to publish.
curl -X POST https://api.usenaive.ai/v1/social/posts/post-uuid/publish \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "id": "post-uuid",
  "bundle_post_id": "bundle-uuid",
  "status": "publishing",
  "platforms": ["TWITTER", "LINKEDIN"],
  "hint": "Post queued for publishing. Check status with GET /v1/social/posts/post-uuid"
}
Cost: 1 credit per publish.