API Reference
Schedule a completed BlitzReels video or slideshow export, or create a slideshow from ordered workspace image assets. Supports TikTok direct posting and inbox drafts.
Authorization
ApiKeyAuth Authorization<token>
Use Bearer br_live_....
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/publishing/tiktok/schedule" \ -H "Content-Type: application/json" \ -d '{}'{ "post_id": "string", "target_id": "string", "platform": "tiktok", "status": "scheduled", "scheduled_for": "string", "connection_id": "string", "export_id": "string", "project_id": "string", "source": "project_export", "source_media_asset_ids": [ "string" ], "media_type": "video", "publish_mode": "direct_post", "next_actions": [ { "method": "GET", "path": "string", "reason": "string" } ]}