post-api

A simple API to upload to a variety of socials

Try Posting

from a

Connect one or more platforms above

Example Usage

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"