Documentation

Complete guide to using (ODT) Omnichannel Distribution Tool

Getting Started

Welcome to (ODT)! Here's how to get started in 3 simple steps:

Step 1: Create Your Account

Sign up on the dashboard and verify your email. You'll get instant access to the admin panel.

Step 2: Set Up Mindsets

Create mindsets to organize your content by category. Add 5-10 mega folder references for the AI to learn from.

Step 3: Connect Discord Servers

Add your Discord server webhooks and assign channels to mindsets. You're ready to start distributing!

Mindsets

Mindsets are the core of (ODT). They're AI-trained models that understand your content categories.

Creating a Mindset:

  • Name: Unique identifier (e.g., "OnlyFans", "Models", "Premium")
  • Fixed Title: Title applied to all posts from this mindset
  • Mega Sources: 5-10 reference mega folders for AI training

Best Practices:

  • Use descriptive names that match your content
  • Include high-quality, consistent mega folders
  • Keep mindsets focused on single categories
  • Update sources quarterly for better AI accuracy

Server Setup

Connect your Discord servers for automated content distribution.

Getting Your Webhook URL:

  1. Go to Discord Server → Channel → Edit
  2. Navigate to Webhooks
  3. Create a new webhook with a descriptive name
  4. Copy the webhook URL
  5. Paste it in (ODT) server setup

Channel Configuration:

  • Assign each channel to a mindset
  • Set custom templates for formatting
  • Configure ad providers per channel
  • Upload watermarks for branding

Posting Content

Post single or bulk content with automatic categorization.

Single Post Mode:

  • Paste mega link in dashboard
  • Click "Auto-match" for AI categorization
  • Review & adjust if needed
  • Click "Review Before Posting"
  • Confirm and post to all servers

Bulk Posting Mode:

  • Enter multiple mega links (comma-separated)
  • Submit for batch processing
  • Monitor progress in Queue Status
  • Links are processed sequentially with rate limiting

Supported Ad Providers

AdMaven

Premium content locker with high payouts

Token-based authentication | Custom titles | Multi-tier support

Linkvertise

Fast URL shortening with link protection

ID-based setup | Base64 encoding | JustPaster integration

LootLabs

Customizable content locker with themes

Tier system | Task requirements | Theme customization

API Reference

Build custom integrations with our REST API.

POST /api/posts

Create a new post

{
  "megaUrl": "https://mega.nz/folder/...",
  "adType": "1of1",
  "servers": ["server_id_1", "server_id_2"],
  "isOF": false
}

GET /api/queue/status

Get queue status

Returns: waiting, processing, completed, failed counts

GET /api/mindsets

List all mindsets

Returns: Array of mindsets with sources and titles

Troubleshooting

Post not distributing?

  • • Check webhook URLs are valid
  • • Verify bot has permissions in Discord server
  • • Review queue status for errors
  • • Check mega link format

AI not matching correctly?

  • • Add more mega references to mindset
  • • Ensure consistent folder naming
  • • Update mindset sources regularly
  • • Use manual selection as fallback

Ad links not generating?

  • • Verify ad provider credentials
  • • Check rate limiting (max 1 per 2 seconds)
  • • Ensure provider accounts are active
  • • Review API responses in logs