Skip to content

docs: add Upload-Post for publishing generated clips#13

Open
mutonby wants to merge 1 commit intoShaarav4795:mainfrom
mutonby:main
Open

docs: add Upload-Post for publishing generated clips#13
mutonby wants to merge 1 commit intoShaarav4795:mainfrom
mutonby:main

Conversation

@mutonby
Copy link
Copy Markdown

@mutonby mutonby commented Mar 25, 2026

Summary

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

Changes

  • Added 'Publishing Your Clips' section before Contributing
  • Shows how to upload clips to multiple platforms with a single API call

Why?

ClippedAI generates ready-to-upload clips with viral titles, but users still need to manually upload to each platform. Upload-Post completes the automation by providing a single API to publish to TikTok, YouTube, and Instagram simultaneously.

Example

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

This complements the existing clip generation workflow by adding the final step: distribution.

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