Skip to content

docs: add Upload-Post for publishing compilation videos#62

Open
mutonby wants to merge 1 commit intoHA6Bots:masterfrom
mutonby:master
Open

docs: add Upload-Post for publishing compilation videos#62
mutonby wants to merge 1 commit intoHA6Bots:masterfrom
mutonby:master

Conversation

@mutonby
Copy link
Copy Markdown

@mutonby mutonby commented Mar 25, 2026

Summary

This PR adds documentation for publishing generated compilation videos to TikTok, YouTube Shorts, and Instagram Reels using Upload-Post.

Changes

  • Added 'Publishing Your Compilations' section before Roadmap
  • Shows how to upload videos to multiple platforms with a single API call

Why?

This bot creates ready-to-upload compilation videos, but users still need to manually upload to each platform. Upload-Post provides a single API to publish to TikTok, YouTube, and Instagram simultaneously, completing the automation pipeline.

Example

curl -X POST https://api.upload-post.com/upload \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "video=@output/compilation.mp4" \
  -F "platforms=tiktok,youtube,instagram"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant