Discord Upload API Text, Photos & Videos

Post content to Discord programmatically. Channel webhook API simplified.

Start Free
discord-upload.ts
import { UploadPost } from 'upload-post';

const uploader = new UploadPost('your-api-key');

await uploader.upload('video.mp4', {
  title: 'My Discord post',
  platforms: ['discord']
});

Discord API Features

Text Posts

Send text messages to Discord channels.

Photo Posts

Share images directly to your channels.

Video Posts

Upload native videos to Discord.

Channel Webhook

Publish via a simple channel webhook URL.

Multi-Channel

Post to any channel in your server.

Scheduling

Schedule posts for optimal engagement.

Ready to automate your Discord presence?

Start posting to Discord programmatically today.

Create Free Account