Overview
Postiz enables posting to multiple Reddit subreddits simultaneously with support for text, links, images, videos, and subreddit-specific flairs.Authentication
Reddit uses OAuth 2.0 with permanent refresh tokens.Required Permissions
read- Read Reddit contentidentity- Access user identitysubmit- Submit posts and commentsflair- Select and manage flairs
Supported Features
Post Types
- Text Posts
- Link Posts
- Image Posts
- Video Posts
- Maximum: 10,000 characters
- Markdown formatting supported
- Self posts to subreddit
Multi-Subreddit Posting
Post to multiple subreddits in one operation:When posting to multiple subreddits, Postiz waits 5 seconds between submissions to respect rate limits.
Subreddit Tools
Search Subreddits
Find subreddits to post to:- Public subreddits only
- Active communities
- Allows your post type (text/link/media)
Get Subreddit Restrictions
Check posting requirements:Always check restrictions before posting to ensure compliance with subreddit rules.
Flair Management
Many subreddits require post flairs:Media Upload
Image Upload Process
Video Upload Process
Videos require both video and poster image:Post Tracking
Reddit uses WebSockets for real-time post status:- Submit post returns WebSocket URL
- Connect to WebSocket for status updates
- Receive post ID and URL when published
- Fallback: If WebSocket fails, post still created
WebSocket timeout: 30 seconds. If no response, post may still be successful - check Reddit.
Comments
Add comments to Reddit posts:- Reply to posts with
t3_{postId}format - Thread comments under posts
- Same 10,000 character limit
- Markdown supported
Rate Limits
Best Practices
Follow Subreddit Rules
Read and follow each subreddit’s specific posting rules
Use Appropriate Flairs
Select relevant flairs to improve post visibility
Respect Rate Limits
Space out posts to avoid shadowbans
Engage with Comments
Reply to comments to boost post visibility
Troubleshooting
Post Not Appearing
Post Not Appearing
If post doesn’t show up:
- Check if subreddit requires approval
- Verify account has enough karma
- Ensure account age meets minimum
- Check for shadowban
- Review subreddit’s AutoModerator rules
Flair Required Error
Flair Required Error
If flair is required:
- Use
/restrictionsto get flair list - Select appropriate flair for content
- Include flair_id in post submission
- Some subreddits don’t show flairs to new users
Media Upload Failed
Media Upload Failed
Media upload issues:
- Check file format (JPG/PNG for images, MP4 for video)
- Verify file size isn’t too large
- Ensure URL is accessible
- Video posts need both video and poster image
Rate Limited
Rate Limited
If you hit rate limits:
- Reddit limits to 1 request per second
- Wait 60 seconds before retrying
- Reduce posting frequency
- Spread posts across longer timeframes