A simple API to upload to a variety of socials
Connect one or more platforms above
curl -X POST http://localhost:3000/api/upload_videos \ -H "Authorization: Apikey your-api-key-here" \ -F "video=@/path/to/video.mp4" \ -F "user=testuser" \ -F "title=My First Post"