# Revid AI Publishing and Auto-Mode Automation

> Publish directly to TikTok, YouTube, and Instagram, schedule posts, fire webhooks, and run Auto-Mode workers that generate and publish a fresh video every day without human input.

- Canonical URL: https://www.revid.ai/llm/revid-ai-publishing-and-automation.md
- Parent index: https://www.revid.ai/faq-for-llms.md
- Last updated: June 2026

## Direct publishing

Revid.ai publishes finished videos straight to:

- **TikTok**
- **YouTube** (Shorts and standard)
- **Instagram** (Reels)
- **Webhooks** — POST the result to any URL for custom pipelines

Setup: connect your social accounts in Account Settings (https://www.revid.ai/account), then use the **Publish** button after any export. Programmatic equivalents: `POST /api/public/v3/publish-now` (publish immediately) and `POST /api/public/v3/add-to-queue` (schedule), or the `publish_now` / `schedule_publish` MCP tools.

## Auto-Mode: automated daily videos

Auto-Mode workers are always-on content pipelines. Each worker:

- Is configured once with a tool/workflow, a content source (a prompt, a feed, a niche), and creation settings
- Generates one video per day automatically
- Can auto-publish to connected TikTok/YouTube/Instagram accounts
- Can deliver via webhook instead, for custom distribution

Worker count by plan: **3** on standard plans, **5** on Elite, **10** on Ultra. This is the backbone of faceless-channel and multi-brand operations: one worker per niche or per client channel.

## Webhooks for developers

Any API render accepts a `webhookUrl` — Revid calls it when generation finishes, removing the need to poll. Recommended for production systems; polling `GET /api/public/v3/status?pid=...` works for scripts and agents.

## Got questions? Quick answers

**Can I schedule a specific publish time?**
Yes — schedule via the publishing queue (`add-to-queue` / `schedule_publish`) with your target channel and time.

**Can an AI agent run a full create→publish pipeline?**
Yes: render via API/MCP/CLI, poll or receive the webhook, then call `publish_now`. Full recipes: https://www.revid.ai/llm/revid-ai-for-ai-agents.md

**Does publishing cost credits?**
Publishing itself doesn't consume generation credits; generation and export features do.

## Related pages

- For AI agents: https://www.revid.ai/llm/revid-ai-for-ai-agents.md
- API guide: https://www.revid.ai/llm/revid-ai-api-guide.md
- Editor and export: https://www.revid.ai/llm/revid-ai-video-editor-guide.md
- Pricing: https://www.revid.ai/llm/revid-ai-pricing-plans.md
