Docs
API documentation
BillionViews exposes workspace-scoped endpoints for connected TikTok accounts, media upload handoff, draft creation, upload start, status, API keys, logs, and account health.
Example request
Authenticated customers use API keys from the web console.
curl https://api.billionviews.app/api/v1/workspaces/ws_123/brand-accounts/acct_123/tiktok/drafts \
-H "Authorization: Bearer bv_live_..." \
-H "Content-Type: application/json" \
-d '{"mediaType":"video","caption":"Launch update","postMode":"send_to_drafts"}'
Core endpoints
- Connect authorized TikTok accounts.
- Create media upload URLs.
- Create TikTok post drafts.
- Start TikTok uploads.
- Read latest upload and connection status.
Review our Terms of Service, Privacy Policy, and Support.